Conversation
Greptile SummaryThis is an automated release PR generated by release-plz, bumping
|
| Filename | Overview |
|---|---|
| CHANGELOG.md | Adds v0.3.4 changelog entry; missing blank lines between ## [Unreleased] / new release section and between the new section and the previous release section. |
| Cargo.toml | Version bumped from 0.3.3 to 0.3.4 — straightforward, no issues. |
| Cargo.lock | Lock file version updated to match Cargo.toml — straightforward, no issues. |
Flowchart
%%{init: {'theme': 'neutral'}}%%
flowchart TD
A([release-plz]) --> B[Bump version\nCargo.toml: 0.3.3 → 0.3.4]
B --> C[Update lock file\nCargo.lock]
B --> D[Append changelog entry\nCHANGELOG.md v0.3.4]
C --> E([PR #83 merged to main])
D --> E
E --> F[Publish gitv-tui v0.3.4\nto crates.io]
Last reviewed commit: 62bfa76
| ## [0.3.4] - 2026-03-07 | ||
|
|
||
| ### Bug Fixes | ||
|
|
||
| - Fix focus change in color-picker | ||
| ## [0.3.3] - 2026-03-04 | ||
|
|
There was a problem hiding this comment.
Missing blank lines between changelog sections
The ## [Unreleased] heading and the new ## [0.3.4] section are on consecutive lines with no blank line separating them, and there is also no blank line between the last bullet of [0.3.4] and ## [0.3.3]. The Keep a Changelog convention (which this file explicitly follows) expects a blank line between each ## section, matching the style used throughout the rest of the file.
| ## [0.3.4] - 2026-03-07 | |
| ### Bug Fixes | |
| - Fix focus change in color-picker | |
| ## [0.3.3] - 2026-03-04 | |
| ## [Unreleased] | |
| ## [0.3.4] - 2026-03-07 | |
| ### Bug Fixes | |
| - Fix focus change in color-picker | |
| ## [0.3.3] - 2026-03-04 |
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!
🤖 New release
gitv-tui: 0.3.3 -> 0.3.4 (✓ API compatible changes)Changelog
This PR was generated with release-plz.