diff --git a/CHANGELOG.md b/CHANGELOG.md index a35e738..5e20fa2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,14 @@ 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.5](https://github.com/JayanAXHF/gitv/compare/gitv-tui-v0.3.4...gitv-tui-v0.3.5) - 2026-03-20 + +### Other + +- cleanup fix(changelog): streamline changelog config in release-plz.toml +- Add dependabot.yml +- bump flake.lock, fix nitpick in drv, add .envrc ## [0.3.4] - 2026-03-08 ### Bug Fixes diff --git a/Cargo.lock b/Cargo.lock index 7cf49f0..c264312 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1464,7 +1464,7 @@ dependencies = [ [[package]] name = "gitv-tui" -version = "0.3.4" +version = "0.3.5" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index c72adf6..d6065d3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gitv-tui" -version = "0.3.4" +version = "0.3.5" edition = "2024" build = "build.rs" description = "A terminal-based GitHub client built with Rust and Ratatui."