summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorextrawurst <mail@rusticorn.com>2024-02-23 17:40:57 +0100
committerextrawurst <mail@rusticorn.com>2024-02-23 17:40:57 +0100
commit8008e04c6bad5bf4a02ab0dc09880e4d61e70bf3 (patch)
tree3f8aeee20c3966edc9409a2d6477cd6584a4c321
parentb39a24db06766aef973763305f9650b3e398f306 (diff)
prep for releasev0.25.1
-rw-r--r--CHANGELOG.md4
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
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
diff --git a/Cargo.lock b/Cargo.lock
index bbe7d979..5a2922a7 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 b7e38cdc..6be4ff10 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"