chore(release): release 0.1.0 - #706
Conversation
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 450d43ac12
ℹ️ 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.1.0-beta.37" | ||
| version = "0.1.0" |
There was a problem hiding this comment.
Commit the regenerated lockfile with the version bump
After this release lands, every ordinary non-release PR will fail the Release Version Drift CI job: the manifests now declare 0.1.0, but the unchanged Cargo.lock still records both tracedecay and tracedecay-cli as 0.1.0-beta.37, so tests/release_safety_test.sh exits with Cargo.lock root version is not aligned. Include the output of scripts/update-release-pr-lockfile.sh in this version cutover rather than leaving subsequent changes to repair the release metadata.
AGENTS.md reference: AGENTS.md:L91-L93
Useful? React with 👍 / 👎.
e6b357a to
9871aef
Compare
|
Closing as superseded. Master currently contains the explicit PR 421 revert at 52a9aab, so publishing 0.1.0 before PR 707 lands would release the reverted tree. Regenerate after PR 707 is integrated. |
🤖 I have created a release beep boop
0.1.0 (2026-08-24)
Features
Bug Fixes
Performance Improvements
Reverts
This PR was generated with Release Please. See documentation.