diff options
author | Stephan Dilly <dilly.stephan@gmail.com> | 2022-01-25 19:52:51 +0100 |
---|---|---|
committer | Stephan Dilly <dilly.stephan@gmail.com> | 2022-01-25 19:52:51 +0100 |
commit | 160bc6b99d74a22f0743dc1bc4da0eec02d09142 (patch) | |
tree | 64bbb73ef9af1b8a718d8e9997552dd88576f669 | |
parent | 98625272fbcbb9fcb97d19249a9d61d56b4df119 (diff) |
prep for release 0.20v0.20.0
-rw-r--r-- | CHANGELOG.md | 2 | ||||
-rw-r--r-- | Cargo.lock | 2 | ||||
-rw-r--r-- | Cargo.toml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c22f064..729db222 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased -## [0.20] - 2021-01-22 - Tag Annotations +## [0.20] - 2021-01-25 - Tag Annotations **support tag annotations** @@ -507,7 +507,7 @@ dependencies = [ [[package]] name = "gitui" -version = "0.19.0" +version = "0.20.0" dependencies = [ "anyhow", "asyncgit", @@ -1,6 +1,6 @@ [package] name = "gitui" -version = "0.19.0" +version = "0.20.0" authors = ["Stephan Dilly <dilly.stephan@gmail.com>"] description = "blazing fast terminal-ui for git" edition = "2018" |