Conversation
31d2ca1 to
e18c214
Compare
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 039ca5b2c7
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
|
|
||
| [workspace.package] | ||
| version = "0.0.22" | ||
| version = "0.0.11" |
There was a problem hiding this comment.
Bump workspace version forward from 0.0.22
This release commit moves workspace.package.version (and all internal crate dependency pins) backward from 0.0.22 to 0.0.11, which makes the new release semver-older than the currently advertised latest. In practice, consumers resolving the highest version will continue to get 0.0.22, so fixes included in this release will not be picked up as the newest artifact, and publishing can also collide with previously used 0.0.11 versioning.
Useful? React with 👍 / 👎.
| @@ -1,3 +1,3 @@ | |||
| { | |||
| ".": "0.0.22" | |||
| ".": "0.0.11" | |||
There was a problem hiding this comment.
Keep release-please manifest at the latest version
The manifest is reset from 0.0.22 to 0.0.11, so subsequent release-please runs will calculate releases from an older base and can regenerate already-used version ranges (as reflected by the reversed changelog compare range v0.0.22...v0.0.11). That can break automated tagging/version progression and should be kept monotonic with the latest released version.
Useful? React with 👍 / 👎.
Macro CLI Benchmark DeltasCompared Positive deltas mean slower
Aggregate
Flagged aggregate regressions over +5.0%: 0 Per-fixture macro deltas
Largest changesImprovements
Non-zero benchmark exit codes
|
1badfee to
51c616d
Compare
59490a0 to
0d525b6
Compare
|
🤖 Created releases: 🌻 |
🤖 I have created a release beep boop
0.0.23 (2026-04-26)
Features
Bug Fixes
Performance
Documentation
Refactor
This PR was generated with Release Please. See documentation.