Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 8008e04

Browse files
committedFeb 23, 2024
prep for release
1 parent b39a24d commit 8008e04

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed
 

‎CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

10+
## [0.25.1] - 2024-02-23
11+
1012
### Fixes
1113
* bump yanked dependency `bumpalo` to fix build from source ([#2087](https://github.com/extrawurst/gitui/issues/2087))
12-
* pin `ratatui` version to fix building without `--locked` ([#2090](https://github.com/extrawurst/gitui/issues/2090))
14+
* pin `ratatui` version to fix building without locked `cargo install gitui` ([#2090](https://github.com/extrawurst/gitui/issues/2090))
1315

1416
## [0.25.0] - 2024-02-21
1517

‎Cargo.lock

Lines changed: 1 addition & 1 deletion
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.25.0"
3+
version = "0.25.1"
44
authors = ["extrawurst <mail@rusticorn.com>"]
55
description = "blazing fast terminal-ui for git"
66
edition = "2021"

0 commit comments

Comments
 (0)
Please sign in to comment.