Skip to content

Commit 197bcb5

Browse files
committed
version bumps for release 0.28
1 parent 6d62241 commit 197bcb5

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

CHANGELOG.md

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

88
## Unreleased
99

10+
## [0.28.0] - 2025-12-14
11+
1012
**discard changes on checkout**
1113
![discard-changes-on-checkout](assets/discard-changes-on-checkout.png)
1214

@@ -49,7 +51,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4951
* overwrites committer on amend of unsigned commits [[@cruessler](https://github.com/cruessler)] ([#2784](https://github.com/gitui-org/gitui/issues/2784))
5052
* Updated project links to point to `gitui-org` instead of `extrawurst` [[@vasleymus](https://github.com/vasleymus)] ([#2538](https://github.com/gitui-org/gitui/pull/2538))
5153

52-
## [0.27.0] - 2024-01-14
54+
## [0.27.0] - 2025-01-14
5355

5456
**new: manage remotes**
5557

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "gitui"
3-
version = "0.27.0"
3+
version = "0.28.0"
44
authors = ["extrawurst <mail@rusticorn.com>"]
55
description = "blazing fast terminal-ui for git"
66
edition = "2021"
@@ -35,7 +35,7 @@ vendor-openssl = ["asyncgit/vendor-openssl"]
3535

3636
[dependencies]
3737
anyhow = "1.0"
38-
asyncgit = { path = "./asyncgit", version = "0.27.0", default-features = false }
38+
asyncgit = { path = "./asyncgit", version = "0.28.0", default-features = false }
3939
backtrace = "0.3"
4040
base64 = "0.22"
4141
bitflags = "2.10"

asyncgit/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "asyncgit"
3-
version = "0.27.0"
3+
version = "0.28.0"
44
authors = ["extrawurst <mail@rusticorn.com>"]
55
edition = "2021"
66
description = "allow using git2 in a asynchronous context"

0 commit comments

Comments
 (0)