diff --git a/CHANGELOG.md b/CHANGELOG.md index a35e738..b7ab21b 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.5] - 2026-03-14 + +### Other + +- 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 a240671..f2592ca 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1456,7 +1456,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 8d99e7a..8e24679 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."