Skip to content

Commit 85ab9d4

Browse files
committed
prepare release
1 parent f2f51cd commit 85ab9d4

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

10+
## [0.24.1] - 2023-08-30
11+
1012
### Fixes
1113
* fix performance problem in big repo with a lot of incoming commits ([#1845](https://github.com/extrawurst/gitui/issues/1845))
1214
* fix error switching to a branch with '/' in the name ([#1851](https://github.com/extrawurst/gitui/issues/1851))

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "gitui"
3-
version = "0.24.0"
3+
version = "0.24.1"
44
authors = ["extrawurst <mail@rusticorn.com>"]
55
description = "blazing fast terminal-ui for git"
66
edition = "2021"

asyncgit/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "asyncgit"
3-
version = "0.24.0"
3+
version = "0.24.1"
44
authors = ["extrawurst <mail@rusticorn.com>"]
55
edition = "2021"
66
description = "allow using git2 in a asynchronous context"

0 commit comments

Comments
 (0)