prepare for release 0.21

This commit is contained in:
extrawurst 2022-08-17 17:30:08 +02:00
parent 64f68fa668
commit 7d9e6f8c4d
3 changed files with 4 additions and 2 deletions

View file

@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Unreleased
## [0.21.0] - 2021-08-17
**popup stacking**
![popup-stacking](assets/popup-stacking.gif)

2
Cargo.lock generated
View file

@ -652,7 +652,7 @@ dependencies = [
[[package]]
name = "gitui"
version = "0.20.1"
version = "0.21.0"
dependencies = [
"anyhow",
"asyncgit",

View file

@ -1,6 +1,6 @@
[package]
name = "gitui"
version = "0.20.1"
version = "0.21.0"
authors = ["extrawurst <mail@rusticorn.com>"]
description = "blazing fast terminal-ui for git"
edition = "2021"