prepare for release

This commit is contained in:
extrawurst 2024-04-14 22:08:55 +02:00
parent 3de9953dde
commit c55188e462
4 changed files with 7 additions and 4 deletions

View File

@ -35,6 +35,8 @@ jobs:
- name: Build - name: Build
if: matrix.os != 'ubuntu-22.04' if: matrix.os != 'ubuntu-22.04'
env:
GITUI_RELEASE: 1
run: cargo build run: cargo build
- name: Run tests - name: Run tests
if: matrix.os != 'ubuntu-22.04' if: matrix.os != 'ubuntu-22.04'

View File

@ -7,9 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Unreleased ## Unreleased
## [0.26.0] - 2024-04-14 ## [0.26.0+1] - 2024-04-14
** commit signing ** **commit signing**
![signing](assets/gitui-signing.png) ![signing](assets/gitui-signing.png)
@ -28,6 +28,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixes ### 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)) * 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 ## [0.25.2] - 2024-03-22

2
Cargo.lock generated
View File

@ -1032,7 +1032,7 @@ dependencies = [
[[package]] [[package]]
name = "gitui" name = "gitui"
version = "0.26.0" version = "0.26.1"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"asyncgit", "asyncgit",

View File

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