diff --git a/CHANGELOG.md b/CHANGELOG.md index f3a0b97..7d16555 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.4.4](https://github.com/JayanAXHF/gitv/compare/gitv-tui-v0.4.3...gitv-tui-v0.4.4) - 2026-04-29 + +### Other + +- *(benchmarks)* add bencher regression tracking +- Add nix to dependabot.yml + ## [0.4.3](https://github.com/JayanAXHF/gitv/compare/gitv-tui-v0.4.2...gitv-tui-v0.4.3) - 2026-04-19 ### Other diff --git a/Cargo.lock b/Cargo.lock index f40981b..56ea28a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1499,7 +1499,7 @@ dependencies = [ [[package]] name = "gitv-tui" -version = "0.4.3" +version = "0.4.4" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 913e9f0..e0f9543 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gitv-tui" -version = "0.4.3" +version = "0.4.4" edition = "2024" build = "build.rs" description = "A terminal-based GitHub client built with Rust and Ratatui."