Skip to content

chore(gitv-tui): release v0.3.4#83

Open
JayanAXHF wants to merge 1 commit intomainfrom
release-plz-2026-03-07T05-35-34Z
Open

chore(gitv-tui): release v0.3.4#83
JayanAXHF wants to merge 1 commit intomainfrom
release-plz-2026-03-07T05-35-34Z

Conversation

@JayanAXHF
Copy link
Owner

🤖 New release

  • gitv-tui: 0.3.3 -> 0.3.4 (✓ API compatible changes)
Changelog

[0.3.4] - 2026-03-07

Bug Fixes

  • Fix focus change in color-picker


This PR was generated with release-plz.

@greptile-apps
Copy link
Contributor

greptile-apps bot commented Mar 7, 2026

Greptile Summary

This is an automated release PR generated by release-plz, bumping gitv-tui from 0.3.3 to 0.3.4 to ship a bug fix for the focus-change behaviour in the color-picker.

  • Cargo.toml / Cargo.lock: version field updated from 0.3.30.3.4 — no concerns.
  • CHANGELOG.md: new [0.3.4] entry added, but blank lines between consecutive ## sections are missing, which is inconsistent with the Keep-a-Changelog format the file declares it follows.

Important Files Changed

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]
Loading

Last reviewed commit: 62bfa76

Comment on lines +9 to 15
## [0.3.4] - 2026-03-07

### Bug Fixes

- Fix focus change in color-picker
## [0.3.3] - 2026-03-04

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 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.

Suggested change
## [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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant