From 4718fb44849e20e26f08ca773ebe353090896d64 Mon Sep 17 00:00:00 2001 From: Jayan Sunil <73993003+JayanAXHF@users.noreply.github.com> Date: Sat, 21 Mar 2026 13:12:28 +0530 Subject: [PATCH] chore(gitv-tui): release v0.4.1 --- CHANGELOG.md | 6 ++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 67108eb..de92469 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.4.1](https://github.com/JayanAXHF/gitv/compare/gitv-tui-v0.4.0...gitv-tui-v0.4.1) - 2026-03-21 + +### Bug Fixes + +- *(vergen)* fix `VERGEN_IDEMPOTENT_OUTPUT` in cargo install + ## [0.4.0](https://github.com/JayanAXHF/gitv/compare/gitv-tui-v0.3.4...gitv-tui-v0.4.0) - 2026-03-20 ### Features diff --git a/Cargo.lock b/Cargo.lock index 9f65a2f..35f1321 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1467,7 +1467,7 @@ dependencies = [ [[package]] name = "gitv-tui" -version = "0.4.0" +version = "0.4.1" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 622cecd..a66e14c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gitv-tui" -version = "0.4.0" +version = "0.4.1" edition = "2024" build = "build.rs" description = "A terminal-based GitHub client built with Rust and Ratatui."