Skip to content

Commit f9fce45

Browse files
committed
chore(gitv-tui): release v0.3.3
1 parent f688d1d commit f9fce45

3 files changed

Lines changed: 26 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,30 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
9+
## [0.3.3] - 2026-03-04
10+
11+
### Features
12+
13+
- *(branding)* Add a logo
14+
- *(nix)* Add devshell, package derivation, flake
15+
16+
### Bug Fixes
17+
18+
- Fix non-flake install instructions
19+
20+
### Documentation
21+
22+
- Update usage in readme
23+
- Add install instructions for homebrew
24+
25+
### Performance
26+
27+
- Refactor the code to use interning and deduplication to reduce CPU usage by over 300%
28+
29+
### Miscellaneous Tasks
30+
31+
- *(release-plz)* Add release-plz.toml
32+
- *(changelog)* Add cliff.toml
933

1034
## [0.3.2](https://github.com/JayanAXHF/gitv/compare/gitv-tui-v0.3.1...gitv-tui-v0.3.2) - 2026-02-26
1135

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "gitv-tui"
3-
version = "0.3.2"
3+
version = "0.3.3"
44
edition = "2024"
55
build = "build.rs"
66
description = "A terminal-based GitHub client built with Rust and Ratatui."

0 commit comments

Comments
 (0)