Skip to content

Commit

Permalink
Bump version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
leroycep committed Aug 11, 2019
1 parent 0de1d00 commit 5a00d01
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [0.2.0] - 2019-08-11
### Added
- `--time` argument to `start` command
- `--config` has been added to specify where the config file is
Expand Down
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "augr-cli"
version = "0.1.1"
version = "0.2.0"
authors = ["LeRoyce Pearson <[email protected]>"]
edition = "2018"
license = "GPL-3.0-or-later"
Expand All @@ -22,7 +22,7 @@ serde = { version = "1.0", features = [ "derive" ] }
toml = "0.5"
snafu = "0.4"
parse_duration = "1.0"
augr-core = { path = "../core" }
augr-core = { path = "../core", version = "0.2.0" }
uuid = "0.7"

[badges]
Expand Down
4 changes: 3 additions & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
[package]
name = "augr-core"
version = "0.1.0"
version = "0.2.0"
authors = ["LeRoyce Pearson <[email protected]>"]
edition = "2018"
license = "GPL-3.0-or-later"
description = "The backend of a simple command line time tracking application"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down

0 comments on commit 5a00d01

Please sign in to comment.