From 7d9e6f8c4d4e570649777dc46dc14dceeb94112e Mon Sep 17 00:00:00 2001 From: extrawurst Date: Wed, 17 Aug 2022 17:30:08 +0200 Subject: [PATCH] prepare for release 0.21 --- CHANGELOG.md | 2 ++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dd8492e3..08760840 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/Cargo.lock b/Cargo.lock index 770b4200..185e7276 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -652,7 +652,7 @@ dependencies = [ [[package]] name = "gitui" -version = "0.20.1" +version = "0.21.0" dependencies = [ "anyhow", "asyncgit", diff --git a/Cargo.toml b/Cargo.toml index 90743465..f39009d9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gitui" -version = "0.20.1" +version = "0.21.0" authors = ["extrawurst "] description = "blazing fast terminal-ui for git" edition = "2021"