Skip to content
Open
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
6 changes: 6 additions & 0 deletions crates/ratatui-toaster/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [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
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

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

Suggested change
### <!-- 7 -->Miscellaneous Tasks
### Miscellaneous Tasks


- release
Comment on lines +10 to +14
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

P1 Missing 0.1.2 changelog entry

The changelog jumps from 0.1.1 directly to 0.1.3, skipping 0.1.2. The PR description states this release bumps ratatui-toaster from 0.1.2 → 0.1.3, implying 0.1.2 was a previously published version — but there is no corresponding entry in this file. If 0.1.2 was released, its changes should be documented here to maintain an accurate history for downstream consumers.


## [0.1.1](https://github.com/JayanAXHF/gitv/compare/ratatui-toaster-v0.1.0...ratatui-toaster-v0.1.1) - 2026-02-22

### Other
Expand Down