diff --git a/CHANGELOG.md b/CHANGELOG.md index 14edf38..2c62fea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.3](https://github.com/JayanAXHF/gitv/compare/gitv-tui-v0.3.2...gitv-tui-v0.3.3) - 2026-02-28 + +### Added + +- *(nix)* add devshell, package derivation, flake + +### Fixed + +- fix non-flake install instructions + +### Other + +- update usage in readme +- add install instructions for homebrew + ## [0.3.2](https://github.com/JayanAXHF/gitv/compare/gitv-tui-v0.3.1...gitv-tui-v0.3.2) - 2026-02-26 ### Added diff --git a/Cargo.lock b/Cargo.lock index 00f6bf8..02be60f 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 e3cd1b3..2a7de64 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."