-
Notifications
You must be signed in to change notification settings - Fork 13
chore: release #155
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 #155
Conversation
π WalkthroughWalkthroughThis PR performs a coordinated version bump across the soar monorepo workspace. Root workspace dependencies are updated to new minor versions, each crate's version is incremented (soar-utils to 0.4.0, others to patch versions), and corresponding changelog entries are added documenting dependency updates and a new locking feature for concurrent process safety. Changes
Estimated code review effortπ― 2 (Simple) | β±οΈ ~12 minutes Possibly related PRs
Poem
π₯ Pre-merge checks | β 2 | β 1β Failed checks (1 inconclusive)
β Passed checks (2 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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 1
π€ Fix all issues with AI agents
In `@crates/soar-config/CHANGELOG.md`:
- Line 6: Replace the placeholder commit hash "0000000" in the CHANGELOG entry
for "soar-utils" with the actual commit SHA for the soar-utils update; locate
the line containing "soar-utils -
([0000000](https://github.com/pkgforge/soar/commit/0000000))" and update both
the visible hash and the URL to the real 7+ character hex commit SHA so the
changelog link resolves correctly.
π§Ή Nitpick comments (1)
crates/soar-utils/Cargo.toml (1)
17-17: Moveserial_testfrom[dependencies]to[dev-dependencies].
serial_testis used only in test code (within#[cfg(test)]module in path.rs). Having it under[dependencies]means it compiles into production builds, adding unnecessary binary size and transitive dependencies.
|
|
||
| ### βοΈ Miscellaneous Tasks | ||
|
|
||
| - Updated the following local packages: soar-utils - ([0000000](https://github.com/pkgforge/soar/commit/0000000)) |
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.
Replace placeholder commit hash.
0000000 looks like a placeholder and will create a broken link in the changelog. Please replace it with the actual commit hash for the soar-utils update.
π€ Prompt for AI Agents
In `@crates/soar-config/CHANGELOG.md` at line 6, Replace the placeholder commit
hash "0000000" in the CHANGELOG entry for "soar-utils" with the actual commit
SHA for the soar-utils update; locate the line containing "soar-utils -
([0000000](https://github.com/pkgforge/soar/commit/0000000))" and update both
the visible hash and the URL to the real 7+ character hex commit SHA so the
changelog link resolves correctly.
Codecov Reportβ All modified and coverable lines are covered by tests. π’ Thoughts on this report? Let us know! |
π€ New release
soar-utils: 0.3.0 -> 0.4.0 (β API breaking changes)soar-core: 0.13.0 -> 0.13.1 (β API compatible changes)soar-cli: 0.11.0 -> 0.11.1soar-config: 0.5.0 -> 0.5.1soar-dl: 0.8.0 -> 0.8.1soar-registry: 0.3.0 -> 0.3.1soar-db: 0.4.0 -> 0.4.1soar-package: 0.2.3 -> 0.2.4β
soar-utilsbreaking changesChangelog
soar-utilssoar-coresoar-clisoar-configsoar-dlsoar-registrysoar-dbsoar-packageThis PR was generated with release-plz.
Summary by CodeRabbit
New Features
Chores