-
Notifications
You must be signed in to change notification settings - Fork 3
chore: release #129
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
chore: release #129
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -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 | ||
|
|
||
| - release | ||
|
Comment on lines
+10
to
+14
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The changelog jumps from |
||
|
|
||
| ## [0.1.1](https://github.com/JayanAXHF/gitv/compare/ratatui-toaster-v0.1.0...ratatui-toaster-v0.1.1) - 2026-02-22 | ||
|
|
||
| ### Other | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The section heading
### <!-- 7 -->Miscellaneous Taskscontains 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.