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."