diff --git a/CHANGELOG.md b/CHANGELOG.md index df114f79a9..48560634cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,9 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## [0.25.1] - 2024-02-23 + ### Fixes * bump yanked dependency `bumpalo` to fix build from source ([#2087](https://github.com/extrawurst/gitui/issues/2087)) -* pin `ratatui` version to fix building without `--locked` ([#2090](https://github.com/extrawurst/gitui/issues/2090)) +* pin `ratatui` version to fix building without locked `cargo install gitui` ([#2090](https://github.com/extrawurst/gitui/issues/2090)) ## [0.25.0] - 2024-02-21 diff --git a/Cargo.lock b/Cargo.lock index bbe7d97919..5a2922a7ef 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -722,7 +722,7 @@ dependencies = [ [[package]] name = "gitui" -version = "0.25.0" +version = "0.25.1" dependencies = [ "anyhow", "asyncgit", diff --git a/Cargo.toml b/Cargo.toml index b7e38cdcf3..6be4ff107d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gitui" -version = "0.25.0" +version = "0.25.1" authors = ["extrawurst "] description = "blazing fast terminal-ui for git" edition = "2021"