prep for release 0.20

This commit is contained in:
Stephan Dilly 2022-01-25 19:52:51 +01:00
parent 98625272fb
commit 160bc6b99d
3 changed files with 3 additions and 3 deletions

View file

@ -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**

2
Cargo.lock generated
View file

@ -507,7 +507,7 @@ dependencies = [
[[package]]
name = "gitui"
version = "0.19.0"
version = "0.20.0"
dependencies = [
"anyhow",
"asyncgit",

View file

@ -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"