release prep

This commit is contained in:
extrawurst 2024-06-02 14:24:02 +02:00
parent 671c8416e2
commit 7f161d61cd
4 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
## [0.26.3] - 2024-06-02
### Breaking Changes
#### Theme file format

4
Cargo.lock generated
View file

@ -151,7 +151,7 @@ checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da"
[[package]]
name = "asyncgit"
version = "0.26.2"
version = "0.26.3"
dependencies = [
"bitflags 2.5.0",
"crossbeam-channel",
@ -1044,7 +1044,7 @@ dependencies = [
[[package]]
name = "gitui"
version = "0.26.2"
version = "0.26.3-rc.1"
dependencies = [
"anyhow",
"asyncgit",

View file

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

View file

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