version bumps for release 0.28

This commit is contained in:
extrawurst 2025-12-14 14:57:20 -05:00
parent 6d62241c8b
commit 197bcb5fc9
3 changed files with 6 additions and 4 deletions

View file

@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Unreleased ## Unreleased
## [0.28.0] - 2025-12-14
**discard changes on checkout** **discard changes on checkout**
![discard-changes-on-checkout](assets/discard-changes-on-checkout.png) ![discard-changes-on-checkout](assets/discard-changes-on-checkout.png)
@ -49,7 +51,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* overwrites committer on amend of unsigned commits [[@cruessler](https://github.com/cruessler)] ([#2784](https://github.com/gitui-org/gitui/issues/2784)) * overwrites committer on amend of unsigned commits [[@cruessler](https://github.com/cruessler)] ([#2784](https://github.com/gitui-org/gitui/issues/2784))
* 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)) * 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))
## [0.27.0] - 2024-01-14 ## [0.27.0] - 2025-01-14
**new: manage remotes** **new: manage remotes**

View file

@ -1,6 +1,6 @@
[package] [package]
name = "gitui" name = "gitui"
version = "0.27.0" version = "0.28.0"
authors = ["extrawurst <mail@rusticorn.com>"] authors = ["extrawurst <mail@rusticorn.com>"]
description = "blazing fast terminal-ui for git" description = "blazing fast terminal-ui for git"
edition = "2021" edition = "2021"
@ -35,7 +35,7 @@ vendor-openssl = ["asyncgit/vendor-openssl"]
[dependencies] [dependencies]
anyhow = "1.0" anyhow = "1.0"
asyncgit = { path = "./asyncgit", version = "0.27.0", default-features = false } asyncgit = { path = "./asyncgit", version = "0.28.0", default-features = false }
backtrace = "0.3" backtrace = "0.3"
base64 = "0.22" base64 = "0.22"
bitflags = "2.10" bitflags = "2.10"

View file

@ -1,6 +1,6 @@
[package] [package]
name = "asyncgit" name = "asyncgit"
version = "0.27.0" version = "0.28.0"
authors = ["extrawurst <mail@rusticorn.com>"] authors = ["extrawurst <mail@rusticorn.com>"]
edition = "2021" edition = "2021"
description = "allow using git2 in a asynchronous context" description = "allow using git2 in a asynchronous context"