Conversation
Contributor
Greptile SummaryThis is an automated release PR generated by release-plz, bumping
|
| Filename | Overview |
|---|---|
| CHANGELOG.md | Adds the 0.4.0 release entry, but raw <!-- N --> sort-prefix tokens from git-cliff leak into section headings, a blank line is missing before the previous version header, and the entry contains a self-described breaking change despite the PR labelling the bump as "API compatible". |
| Cargo.toml | Version bumped from 0.3.4 to 0.4.0 and the ratatui-toaster path-dependency version constraint updated from 0.1.1 to 0.1.2. Changes look correct and consistent. |
| crates/ratatui-toaster/Cargo.toml | Patch version bump from 0.1.1 to 0.1.2. No other changes; looks correct. |
| Cargo.lock | Lock file updated to reflect the new versions of gitv-tui (0.4.0) and ratatui-toaster (0.1.2). No unexpected dependency changes observed. |
Flowchart
%%{init: {'theme': 'neutral'}}%%
flowchart TD
A([release-plz triggers PR]) --> B[Bump gitv-tui 0.3.4 → 0.4.0]
A --> C[Bump ratatui-toaster 0.1.1 → 0.1.2]
B --> D[Update Cargo.toml version]
B --> E[Update ratatui-toaster dep constraint to 0.1.2]
C --> F[Update crates/ratatui-toaster/Cargo.toml]
D & E & F --> G[Regenerate Cargo.lock]
G --> H[Append CHANGELOG.md entry for 0.4.0]
H --> I{Heading format correct?}
I -- No --> J[⚠️ Raw sort tokens in headings\ne.g. ### <!-- 0 -->Features]
I -- Yes --> K[✅ Clean headings]
H --> L{Blank line before prev version?}
L -- No --> M[⚠️ Missing blank line\nbefore ## 0.3.4]
L -- Yes --> N[✅ Proper spacing]
Last reviewed commit: "chore: release"
0634c7e to
66b42f9
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🤖 New release
ratatui-toaster: 0.1.1 -> 0.1.2 (✓ API compatible changes)gitv-tui: 0.3.4 -> 0.4.0 (✓ API compatible changes)Changelog
ratatui-toastergitv-tuiThis PR was generated with release-plz.