Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Comment on lines 8 to +9
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing blank line after [Unreleased]
The ## [Unreleased] heading runs directly into ## [0.3.5] with no blank line separating them. Per the Keep a Changelog format, each section should be separated by a blank line. This is a pre-existing pattern in your changelog (the same thing happens between v0.3.5 and v0.3.4 on lines 13-14), but it may be worth fixing to keep the document well-structured.

Suggested change
## [Unreleased]
## [0.3.5] - 2026-03-14
## [Unreleased]
## [0.3.5] - 2026-03-14

Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!


### Other

- Bump flake.lock, fix nitpick in drv, add .envrc
## [0.3.4] - 2026-03-08

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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."
Expand Down
Loading