mirror of
https://github.com/gitui-org/gitui
synced 2026-05-23 17:08:21 +00:00
prepare release
This commit is contained in:
parent
36aed540e6
commit
99f6967144
3 changed files with 3 additions and 3 deletions
|
|
@ -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
2
Cargo.lock
generated
|
|
@ -1157,7 +1157,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "gitui"
|
||||
version = "0.27.0-rc.1"
|
||||
version = "0.27.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"asyncgit",
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue