mirror of
https://github.com/gitui-org/gitui
synced 2026-05-23 08:58:21 +00:00
prepare for release 0.21
This commit is contained in:
parent
64f68fa668
commit
7d9e6f8c4d
3 changed files with 4 additions and 2 deletions
|
|
@ -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**
|
||||
|
||||

|
||||
|
|
|
|||
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -652,7 +652,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "gitui"
|
||||
version = "0.20.1"
|
||||
version = "0.21.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"asyncgit",
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue