summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorextrawurst <mail@rusticorn.com>2024-06-02 14:24:02 +0200
committerextrawurst <mail@rusticorn.com>2024-06-02 14:24:02 +0200
commit7f161d61cd86a98ed5218dbf3cf713546a70274a (patch)
treef591006e8163b16dab640d3ed0dba41a968b6e5f
parent671c8416e26d5b6b4f732791edf8eb12a576671e (diff)
release prepv0.26.3-rc.1
-rw-r--r--CHANGELOG.md2
-rw-r--r--Cargo.lock4
-rw-r--r--Cargo.toml2
-rw-r--r--asyncgit/Cargo.toml2
4 files changed, 6 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7533fde3..e16497f9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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
diff --git a/Cargo.lock b/Cargo.lock
index fb81626d..947e661c 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -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",
diff --git a/Cargo.toml b/Cargo.toml
index e7443c1f..ac92822f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"
diff --git a/asyncgit/Cargo.toml b/asyncgit/Cargo.toml
index ae292994..16105941 100644
--- a/asyncgit/Cargo.toml
+++ b/asyncgit/Cargo.toml
@@ -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"