diff options
author | extrawurst <mail@rusticorn.com> | 2024-02-23 17:40:57 +0100 |
---|---|---|
committer | extrawurst <mail@rusticorn.com> | 2024-02-23 17:40:57 +0100 |
commit | 8008e04c6bad5bf4a02ab0dc09880e4d61e70bf3 (patch) | |
tree | 3f8aeee20c3966edc9409a2d6477cd6584a4c321 | |
parent | b39a24db06766aef973763305f9650b3e398f306 (diff) |
prep for releasev0.25.1
-rw-r--r-- | CHANGELOG.md | 4 | ||||
-rw-r--r-- | Cargo.lock | 2 | ||||
-rw-r--r-- | Cargo.toml | 2 |
3 files changed, 5 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index df114f79..48560634 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 @@ -722,7 +722,7 @@ dependencies = [ [[package]] name = "gitui" -version = "0.25.0" +version = "0.25.1" dependencies = [ "anyhow", "asyncgit", @@ -1,6 +1,6 @@ [package] name = "gitui" -version = "0.25.0" +version = "0.25.1" authors = ["extrawurst <mail@rusticorn.com>"] description = "blazing fast terminal-ui for git" edition = "2021" |