From 62bfa76063d4a848fc6401ce62dca985a768f526 Mon Sep 17 00:00:00 2001 From: Jayan Sunil <73993003+JayanAXHF@users.noreply.github.com> Date: Sat, 7 Mar 2026 11:05:35 +0530 Subject: [PATCH] chore(gitv-tui): release v0.3.4 --- CHANGELOG.md | 5 +++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 44bd1de..0e59c16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [0.3.4] - 2026-03-07 + +### Bug Fixes + +- Fix focus change in color-picker ## [0.3.3] - 2026-03-04 ### Features diff --git a/Cargo.lock b/Cargo.lock index 565b009..c0d6b57 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1321,7 +1321,7 @@ dependencies = [ [[package]] name = "gitv-tui" -version = "0.3.3" +version = "0.3.4" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 9dc4fc8..d8a92dd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gitv-tui" -version = "0.3.3" +version = "0.3.4" edition = "2024" build = "build.rs" description = "A terminal-based GitHub client built with Rust and Ratatui."