From e175f0f7bd01aa16a783e1e50b24baf054257c7b Mon Sep 17 00:00:00 2001 From: Jayan Sunil <73993003+JayanAXHF@users.noreply.github.com> Date: Sat, 21 Mar 2026 17:18:42 +0530 Subject: [PATCH] chore(gitv-tui): release v0.4.2 --- 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 de92469..3dd7691 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.2](https://github.com/JayanAXHF/gitv/compare/gitv-tui-v0.4.1...gitv-tui-v0.4.2) - 2026-03-21 + +### Miscellaneous Tasks + +- update Cargo.lock dependencies + ## [0.4.1](https://github.com/JayanAXHF/gitv/compare/gitv-tui-v0.4.0...gitv-tui-v0.4.1) - 2026-03-21 ### Bug Fixes diff --git a/Cargo.lock b/Cargo.lock index 1b56e78..316052e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1467,7 +1467,7 @@ dependencies = [ [[package]] name = "gitv-tui" -version = "0.4.1" +version = "0.4.2" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index a66e14c..6b48c93 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gitv-tui" -version = "0.4.1" +version = "0.4.2" edition = "2024" build = "build.rs" description = "A terminal-based GitHub client built with Rust and Ratatui."