diff --git a/CHANGELOG.md b/CHANGELOG.md index 9fa6c9a..5d2654e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,10 @@ and this project adheres to ## [Upcoming] +## [0.0.5] - 2021-11-29 + +Thanks to @betwo and @sharkdp for their suggestions on improvements. + ### Changed - The option `--stash` has been renamed to `--autostash`. [Issue #9](https://github.com/siedentop/git-quickfix/issues/9) diff --git a/Cargo.lock b/Cargo.lock index 438ecdd..77859e2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -206,7 +206,7 @@ checksum = "78cc372d058dcf6d5ecd98510e7fbc9e5aec4d21de70f65fea8fecebcd881bd4" [[package]] name = "git-quickfix" -version = "0.0.4" +version = "0.0.5" dependencies = [ "assert_cmd", "color-eyre", diff --git a/Cargo.toml b/Cargo.toml index b9d75e3..21044ef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "git-quickfix" -version = "0.0.4" +version = "0.0.5" authors = ["Christoph Siedentop "] edition = "2018" license = "GPL-3.0"