chore(main): release 1.0.0#19
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: b57dc2db73
ℹ️ 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 +1 @@ | |||
| {".": "0.0.0"} | |||
| {".":"1.0.0"} | |||
There was a problem hiding this comment.
Align the release manifest with package metadata
This records the release state as 1.0.0, but the Python package still builds and reports 0.2.0 in pyproject.toml and src/cas_evals/__init__.py. When the release-please workflow cuts a v1.0.0 GitHub release from this manifest, users installing or building from that tag will get a distribution whose metadata/API version is still 0.2.0, which makes the published release non-reproducible and can confuse any downstream pinning by package version. Please bump the package metadata or configure release-please to manage those version files before releasing.
Useful? React with 👍 / 👎.
|
🤖 Created releases: 🌻 |
🤖 I have created a release beep boop
1.0.0 (2026-07-13)
Features
Bug Fixes
Performance Improvements
This PR was generated with Release Please. See documentation.