-
Notifications
You must be signed in to change notification settings - Fork 111
[release] v0.0.62 #1575
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
[release] v0.0.62 #1575
Conversation
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.
Pull Request Overview
This PR bumps the version to v0.0.62 and migrates all Cargo.toml files to use workspace-level configuration management. The changes centralize version, edition, license, and homepage metadata in the root workspace configuration.
- Removes the version bump script that is no longer needed
- Migrates all package metadata to use workspace inheritance
- Updates the workspace to centrally manage common package metadata
Reviewed Changes
Copilot reviewed 30 out of 31 changed files in this pull request and generated no comments.
File | Description |
---|---|
Cargo.toml | Adds workspace.package section with centralized metadata and removes version declarations from workspace.dependencies |
scripts/bump_versions.sh | Removes the automated version bumping script |
*/Cargo.toml | Updates all package Cargo.toml files to inherit metadata from workspace |
*/fuzz/Cargo.toml | Updates all fuzz test Cargo.toml files to inherit metadata from workspace |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
This is good, have found that |
Codecov Report✅ All modified and coverable lines are covered by tests. @@ Coverage Diff @@
## main #1575 +/- ##
==========================================
- Coverage 92.10% 92.09% -0.01%
==========================================
Files 286 286
Lines 73927 73927
==========================================
- Hits 68087 68085 -2
- Misses 5840 5842 +2 see 2 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
This PR notably removes the
bump_versions.sh
script and replaces it with a proper workplace version setup (which will make future version changes a 1-line PR).