chore(release): bump version to 0.1.11#1272
Conversation
- Updated all Rust crates to 0.1.11 - Updated all npm packages to 0.1.11 - Updated lock files - Generated CHANGELOG.md
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
📝 WalkthroughWalkthroughRelease version 0.1.11 is introduced across the repository by updating all package manifests, workspace dependencies, and the changelog with new bug fixes and features entries. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Fix all issues with AI agents
In `@CHANGELOG.md`:
- Around line 1-295: The 0.1.11 changelog entry has the wrong compare range and
duplicated notes; update the "## [0.1.11](...)" compare URL to use the correct
previous tag (e.g. change v0.1.2...v0.1.11 to v0.1.10...v0.1.11), then
regenerate the 0.1.11 entry so its list of changes is computed from the correct
diff and not copied from 0.1.9; locate the heading "## [0.1.11]" in CHANGELOG.md
and replace the compare link and the notes block with the output from your
changelog generator (or hand-edit) so it only contains commits between the
correct previous tag and v0.1.11 and removes the duplicated 0.1.9 content.
Summary by CodeRabbit