chore(main): release 0.5.2 - #52
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: bb32bcae05
ℹ️ About Codex in GitHub
Codex has been enabled to automatically 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 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
|
|
||
| [workspace.package] | ||
| version = "0.5.1" | ||
| version = "0.5.2" |
There was a problem hiding this comment.
Regenerate Cargo.lock for the release bump
With this workspace version bump, the checked-in lockfile still records the workspace packages togl, togl-ffi, and togl-lib at 0.5.1, so Cargo has to rewrite Cargo.lock before building 0.5.2. I checked .github/workflows/ci.yml (clippy/test) and .github/workflows/release.yml (wheel build), and they use --locked; Cargo documents that flag as asserting Cargo.lock remains unchanged, so those jobs fail on this release PR/tag until cargo update --workspace is committed with the 0.5.2 lockfile entries.
Useful? React with 👍 / 👎.
|
🤖 Created releases: 🌻 |
🤖 I have created a release beep boop
0.5.2 (2026-07-17)
Bug Fixes
This PR was generated with Release Please. See documentation.