chore: release 0.1.0 - #5
Conversation
Roll the first release back from 1.0.0 to 0.1.0. release-please had no previous release to bump from and used its hard-coded initial version; this hand-made release PR lets it tag v0.1.0 on merge. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Codex Review SummaryThis comment shows the latest Codex review activity on this pull request.
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings. |
|
🤖 Created releases: 🌻 |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: d540841cfd
ℹ️ 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".
| @@ -1,3 +1,3 @@ | |||
| { | |||
| ".": "1.0.0" | |||
| ".": "0.1.0" | |||
There was a problem hiding this comment.
Keep the published release version monotonic
blocking: The parent commit is the merged chore: release 1.0.0 (#4) release PR, whose normal release-please post-merge flow publishes v1.0.0; changing only this manifest back to 0.1.0 cannot retract that public tag/release. The resulting history contains both versions, so SemVer-based consumers will continue preferring the erroneous 1.0.0 over subsequent 0.x releases while this manifest and the changelog conceal the higher published version. Keep the version monotonic or explicitly retire and document the external v1.0.0 artifacts as part of the recovery rather than merely lowering this field.
AGENTS.md reference: AGENTS.md:L98-L101
Useful? React with 👍 / 👎.
🤖 I have created a release beep boop
0.1.0 (2026-09-07)
Features
This PR was generated with Release Please. See documentation.