Skip to content

Commit

Permalink
Bump v0.1.12 → v0.1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
nuxeh committed Dec 15, 2020
1 parent 6b4fb3f commit b356b7c
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v0.1.13

- **Fixed** clippy warning

# v0.1.12

- **Added** `summary` subcommand
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "aocf"
version = "0.1.12"
version = "0.1.13"
authors = ["Ed Cragg <[email protected]>"]
edition = "2018"
license = "ISC"
Expand Down
4 changes: 2 additions & 2 deletions aocf_cli/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 aocf_cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "aocf_cli"
version = "0.1.12"
version = "0.1.13"
authors = ["Ed Cragg <[email protected]>"]
edition = "2018"
license = "ISC"
Expand All @@ -16,7 +16,7 @@ name = "aocf"
tempfile = "3.1.0"

[dependencies]
aocf = { path = "..", version = "0.1.12", features = ["sqlite"] }
aocf = { path = "..", version = "0.1.13", features = ["sqlite"] }
chrono = "0.4.19"
dirs = "3.0.1"
failure = "0.1.8"
Expand Down

0 comments on commit b356b7c

Please sign in to comment.