summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephan Dilly <dilly.stephan@gmail.com>2022-01-25 19:52:51 +0100
committerStephan Dilly <dilly.stephan@gmail.com>2022-01-25 19:52:51 +0100
commit160bc6b99d74a22f0743dc1bc4da0eec02d09142 (patch)
tree64bbb73ef9af1b8a718d8e9997552dd88576f669
parent98625272fbcbb9fcb97d19249a9d61d56b4df119 (diff)
prep for release 0.20v0.20.0
-rw-r--r--CHANGELOG.md2
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
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**
diff --git a/Cargo.lock b/Cargo.lock
index c976cce8..21e16e0f 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -507,7 +507,7 @@ dependencies = [
[[package]]
name = "gitui"
-version = "0.19.0"
+version = "0.20.0"
dependencies = [
"anyhow",
"asyncgit",
diff --git a/Cargo.toml b/Cargo.toml
index e4f51830..45e14239 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"