chore(release): release 0.1.0 - #745
Conversation
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 07d1146ac7
ℹ️ 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".
| [package] | ||
| name = "tracedecay" | ||
| version = "0.0.74" | ||
| version = "0.1.0" |
There was a problem hiding this comment.
Update the root lockfile to the release version
When this release commit is merged without the workflow's expected follow-up lockfile commit, Cargo.toml and version.txt become 0.1.0 while the root tracedecay entry in Cargo.lock remains 0.0.74. This makes bash tests/release_workflow_contract_test.sh fail with Cargo.lock root package and version.txt must stay aligned; because .github/workflows/ci.yml runs that contract on subsequent non-release PRs, the stale lockfile will block their Release Version Drift job.
Useful? React with 👍 / 👎.
🤖 I have created a release beep boop
0.1.0 (2026-08-28)
Features
Bug Fixes
Performance Improvements
Reverts
This PR was generated with Release Please. See documentation.