chore(gitv-tui): release v0.4.4#129
Conversation
Greptile SummaryAutomated release bump for
|
| Filename | Overview |
|---|---|
| CHANGELOG.md | New 0.4.4 entry added with two changelog items under "Other"; format is consistent with prior entries in the file |
| Cargo.toml | Package version bumped from 0.4.3 to 0.4.4; no other changes |
| Cargo.lock | Lock file updated to reflect the gitv-tui version bump from 0.4.3 to 0.4.4; no dependency changes |
Sequence Diagram
sequenceDiagram
participant RP as release-plz
participant CT as Cargo.toml
participant CL as Cargo.lock
participant CH as CHANGELOG.md
RP->>CT: Bump version 0.4.3 → 0.4.4
RP->>CL: Update resolved version entry
RP->>CH: Prepend [0.4.4] entry with changelog items
CT-->>RP: version = "0.4.4"
CL-->>RP: gitv-tui = "0.4.4"
CH-->>RP: ## [0.4.4] - 2026-04-29
Reviews (3): Last reviewed commit: "chore(gitv-tui): release v0.4.4" | Re-trigger Greptile
|
|
||
| ## [0.1.3](https://github.com/JayanAXHF/gitv/compare/ratatui-toaster-v0.1.2...ratatui-toaster-v0.1.3) - 2026-04-19 | ||
|
|
||
| ### <!-- 7 -->Miscellaneous Tasks |
There was a problem hiding this comment.
Raw HTML comment in section heading
The section heading ### <!-- 7 -->Miscellaneous Tasks contains a literal HTML comment that will be invisible in most Markdown renderers, but is visible in raw file views (e.g. GitHub's "Raw" button, cat, editors). Most changelog viewers and crate registries (docs.rs, crates.io) will render it cleanly, but it may look odd in diff views or plain-text tooling. If this is intentional release-plz ordering syntax, it can be left as-is — otherwise the comment should be stripped.
| ### <!-- 7 -->Miscellaneous Tasks | |
| ### Miscellaneous Tasks |
3ee9ba1 to
c1c9c94
Compare
c1c9c94 to
ad4356f
Compare
🤖 New release
gitv-tui: 0.4.3 -> 0.4.4 (✓ API compatible changes)Changelog
This PR was generated with release-plz.