prepare release

This commit is contained in:
extrawurst 2025-01-14 21:03:20 +01:00
parent 36aed540e6
commit 99f6967144
3 changed files with 3 additions and 3 deletions

View file

@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Unreleased
## [0.27.0-rc.1] - 2024-01-13
## [0.27.0] - 2024-01-14
**new: manage remotes**

2
Cargo.lock generated
View file

@ -1157,7 +1157,7 @@ dependencies = [
[[package]]
name = "gitui"
version = "0.27.0-rc.1"
version = "0.27.0"
dependencies = [
"anyhow",
"asyncgit",

View file

@ -1,6 +1,6 @@
[package]
name = "gitui"
version = "0.27.0-rc.1"
version = "0.27.0"
authors = ["extrawurst <mail@rusticorn.com>"]
description = "blazing fast terminal-ui for git"
edition = "2021"