Skip to content

Commit 59b17e5

Browse files
committed
chore(gitv-tui): release v0.4.1
1 parent 1f32930 commit 59b17e5

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.4.1](https://github.com/JayanAXHF/gitv/compare/gitv-tui-v0.4.0...gitv-tui-v0.4.1) - 2026-03-21
11+
12+
### <!-- 1 -->Bug Fixes
13+
14+
- *(vergen)* fix `VERGEN_IDEMPOTENT_OUTPUT` in cargo install
15+
1016
## [0.4.0](https://github.com/JayanAXHF/gitv/compare/gitv-tui-v0.3.4...gitv-tui-v0.4.0) - 2026-03-20
1117

1218
### <!-- 0 -->Features

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "gitv-tui"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
edition = "2024"
55
build = "build.rs"
66
description = "A terminal-based GitHub client built with Rust and Ratatui."

0 commit comments

Comments
 (0)