From 09becc97d37c865a46a36ee135063b429d76228b Mon Sep 17 00:00:00 2001 From: Jayan Sunil <73993003+JayanAXHF@users.noreply.github.com> Date: Fri, 20 Mar 2026 17:47:10 +0530 Subject: [PATCH] chore(gitv-tui): release v0.3.5 --- CHANGELOG.md | 8 ++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) 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."