summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorextrawurst <mail@rusticorn.com>2024-04-14 22:08:55 +0200
committerextrawurst <mail@rusticorn.com>2024-04-14 22:08:55 +0200
commitc55188e46220dae20a54596a56319f2d48f76d8a (patch)
treed9904e1f13ae623d34c1180f277d522a537af36f
parent3de9953dde72a4fae534ad9f769d279c99822283 (diff)
prepare for releasev0.26.1
-rw-r--r--.github/workflows/cd.yml2
-rw-r--r--CHANGELOG.md5
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
4 files changed, 7 insertions, 4 deletions
diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml
index 7bbf00a2..958bcdf1 100644
--- a/.github/workflows/cd.yml
+++ b/.github/workflows/cd.yml
@@ -35,6 +35,8 @@ jobs:
- name: Build
if: matrix.os != 'ubuntu-22.04'
+ env:
+ GITUI_RELEASE: 1
run: cargo build
- name: Run tests
if: matrix.os != 'ubuntu-22.04'
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 990ade69..f8a2e3e7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,9 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Unreleased
-## [0.26.0] - 2024-04-14
+## [0.26.0+1] - 2024-04-14
-** commit signing **
+**commit signing**
![signing](assets/gitui-signing.png)
@@ -28,6 +28,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixes
* add syntax highlighting support for more file types, e.g. Typescript, TOML, etc. [[@martihomssoler](https://github.com/martihomssoler)] ([#2005](https://github.com/extrawurst/gitui/issues/2005))
+* windows release deployment was broken (released as `0.26.1` for windows only) [218d739](https://github.com/extrawurst/gitui/commit/218d739b035a034b7bf547629d24787909f467bf)
## [0.25.2] - 2024-03-22
diff --git a/Cargo.lock b/Cargo.lock
index dd43c440..44b6c975 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1032,7 +1032,7 @@ dependencies = [
[[package]]
name = "gitui"
-version = "0.26.0"
+version = "0.26.1"
dependencies = [
"anyhow",
"asyncgit",
diff --git a/Cargo.toml b/Cargo.toml
index f580efda..eefdef59 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "gitui"
-version = "0.26.0"
+version = "0.26.1"
authors = ["extrawurst <mail@rusticorn.com>"]
description = "blazing fast terminal-ui for git"
edition = "2021"