Skip to content

Commit 4ef9659

Browse files
committed
prep release
1 parent bea7030 commit 4ef9659

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

10+
## [0.22.1] - 2022-11-22
11+
12+
Bugfix followup release - check `0.22.0` notes for more infos!
13+
1014
### Fixes
1115
* improve performance by requesting branches info asynchronous ([92f63d1](https://github.com/extrawurst/gitui/commit/92f63d107c1dca1f10139668ff5b3ca752261b0f))
1216
* fix app startup delay due to using file watcher ([#1436](https://github.com/extrawurst/gitui/issues/1436))

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "gitui"
3-
version = "0.22.0"
3+
version = "0.22.1"
44
authors = ["extrawurst <[email protected]>"]
55
description = "blazing fast terminal-ui for git"
66
edition = "2021"
@@ -21,7 +21,7 @@ keywords = [
2121

2222
[dependencies]
2323
anyhow = "1.0"
24-
asyncgit = { path = "./asyncgit", version = "0.22", default-features = false }
24+
asyncgit = { path = "./asyncgit", version = "0.22.1", default-features = false }
2525
backtrace = "0.3"
2626
bitflags = "1.3"
2727
bugreport = "0.5"

asyncgit/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "asyncgit"
3-
version = "0.22.0"
3+
version = "0.22.1"
44
authors = ["extrawurst <[email protected]>"]
55
edition = "2021"
66
description = "allow using git2 in a asynchronous context"

0 commit comments

Comments
 (0)