chore: regenerate changelog with v0.1.0 tag#72
Conversation
Now that the v0.1.0 tag exists, git-cliff produces a proper versioned section that release-plz can parse. Signed-off-by: UncleSp1d3r <unclesp1d3r@evilbitlabs.io>
Summary by CodeRabbit
WalkthroughUpdates to documentation: Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 4✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches🧪 Generate unit tests (beta)
No actionable comments were generated in the recent review. 🎉 Comment |
There was a problem hiding this comment.
Pull request overview
This pull request finalizes the changelog for the v0.1.0 release by converting the unreleased section to a versioned release entry and adding a self-referential changelog entry. The changes are generated using git-cliff, the project's established changelog generation tool configured in cliff.toml.
Changes:
- Updated the changelog header from
[unreleased]to[0.1.0] - 2026-02-15to mark the official v0.1.0 release - Added a changelog entry documenting the regeneration of CHANGELOG.md to fix duplicate entries (PR #70)
🧪 CI InsightsHere's what we observed from your CI run for 5ecf000. 🟢 All jobs passed!But CI Insights is watching 👀 |
…ents Signed-off-by: UncleSp1d3r <unclesp1d3r@evilbitlabs.io>
## 🤖 New release * `libmagic-rs`: 0.1.0 -> 0.1.1 (✓ API compatible changes) <details><summary><i><b>Changelog</b></i></summary><p> <blockquote> ## [0.1.1] - 2026-02-15 ### Miscellaneous Tasks - Regenerate changelog with v0.1.0 tag ([#72](#72)) <!-- generated by git-cliff --> </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/release-plz/release-plz/). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This pull request finalizes the changelog for the
0.1.0release and addresses some minor documentation issues. The most important changes are:Release management:
CHANGELOG.mdto mark the release of version0.1.0with the release date set to 2026-02-15.Documentation improvements:
CHANGELOG.mdto fix duplicate entries and ensure the changelog accurately reflects recent changes.