Skip to content

Commit c55188e

Browse files
committedApr 14, 2024
prepare for release
1 parent 3de9953 commit c55188e

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed
 

‎.github/workflows/cd.yml

+2
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ jobs:
3535

3636
- name: Build
3737
if: matrix.os != 'ubuntu-22.04'
38+
env:
39+
GITUI_RELEASE: 1
3840
run: cargo build
3941
- name: Run tests
4042
if: matrix.os != 'ubuntu-22.04'

‎CHANGELOG.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

10-
## [0.26.0] - 2024-04-14
10+
## [0.26.0+1] - 2024-04-14
1111

12-
** commit signing **
12+
**commit signing**
1313

1414
![signing](assets/gitui-signing.png)
1515

@@ -28,6 +28,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2828

2929
### Fixes
3030
* 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))
31+
* windows release deployment was broken (released as `0.26.1` for windows only) [218d739](https://github.com/extrawurst/gitui/commit/218d739b035a034b7bf547629d24787909f467bf)
3132

3233
## [0.25.2] - 2024-03-22
3334

‎Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "gitui"
3-
version = "0.26.0"
3+
version = "0.26.1"
44
authors = ["extrawurst <mail@rusticorn.com>"]
55
description = "blazing fast terminal-ui for git"
66
edition = "2021"

0 commit comments

Comments
 (0)