prepare release

This commit is contained in:
extrawurst 2023-09-09 10:59:21 +02:00
parent 015d409540
commit 8768611876
4 changed files with 6 additions and 4 deletions

View File

@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Unreleased
## [0.24.3] - 2023-09-09
### Fixes
* log: major lag when going beyond last search hit ([#1876](https://github.com/extrawurst/gitui/issues/1876))

4
Cargo.lock generated
View File

@ -97,7 +97,7 @@ checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6"
[[package]]
name = "asyncgit"
version = "0.24.2"
version = "0.24.3"
dependencies = [
"bitflags",
"crossbeam-channel",
@ -725,7 +725,7 @@ dependencies = [
[[package]]
name = "gitui"
version = "0.24.2"
version = "0.24.3"
dependencies = [
"anyhow",
"asyncgit",

View File

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

View File

@ -1,6 +1,6 @@
[package]
name = "asyncgit"
version = "0.24.2"
version = "0.24.3"
authors = ["extrawurst <mail@rusticorn.com>"]
edition = "2021"
description = "allow using git2 in a asynchronous context"