From f6f2dbfe7bb6abb18a3f5c4e4d281ee5d69c5df4 Mon Sep 17 00:00:00 2001 From: Jayan Sunil <73993003+JayanAXHF@users.noreply.github.com> Date: Wed, 4 Mar 2026 21:48:02 +0530 Subject: [PATCH] chore(gitv-tui): release v0.3.3 --- CHANGELOG.md | 24 ++++++++++++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 26 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 14edf38..44bd1de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,30 @@ 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.3] - 2026-03-04 + +### Features + +- *(branding)* Add a logo +- *(nix)* Add devshell, package derivation, flake + +### Bug Fixes + +- Fix non-flake install instructions + +### Documentation + +- Update usage in readme +- Add install instructions for homebrew + +### Performance + +- Refactor the code to use interning and deduplication to reduce CPU usage by over 300% + +### Miscellaneous Tasks + +- *(release-plz)* Add release-plz.toml +- *(changelog)* Add cliff.toml ## [0.3.2](https://github.com/JayanAXHF/gitv/compare/gitv-tui-v0.3.1...gitv-tui-v0.3.2) - 2026-02-26 diff --git a/Cargo.lock b/Cargo.lock index 5ab3da0..565b009 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1321,7 +1321,7 @@ dependencies = [ [[package]] name = "gitv-tui" -version = "0.3.2" +version = "0.3.3" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index a4ae02e..9dc4fc8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gitv-tui" -version = "0.3.2" +version = "0.3.3" edition = "2024" build = "build.rs" description = "A terminal-based GitHub client built with Rust and Ratatui."