mirror of
https://github.com/gitui-org/gitui
synced 2026-05-23 08:58:21 +00:00
prep for release 0.20
This commit is contained in:
parent
98625272fb
commit
160bc6b99d
3 changed files with 3 additions and 3 deletions
|
|
@ -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
2
Cargo.lock
generated
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue