Skip to content

Prepare 0.9.0 release - #43

Merged
hardbyte merged 1 commit into
mainfrom
brian/release-0.9.0
Sep 8, 2026
Merged

Prepare 0.9.0 release#43
hardbyte merged 1 commit into
mainfrom
brian/release-0.9.0

Conversation

@hardbyte

@hardbyte hardbyte commented Sep 8, 2026

Copy link
Copy Markdown
Owner

Bumps Cargo.toml to 0.9.0 (Cargo.lock follows) and dates the CHANGELOG section.

Release notes extraction verified locally: the release job's awk pulls 59 lines for ## [0.9.0], starting at the summary paragraph and ending before ## [0.8.0].

After merging, the tag push is the manual step:

git fetch origin && git checkout main && git pull --ff-only
git tag -a v0.9.0 -m "v0.9.0" && git push origin v0.9.0

This is the first release through the trusted-publishing + auto-GitHub-release job (#41), so watch the Release job. PYPI_API_TOKEN can be deleted from repo secrets once it succeeds.

Bump the crate version (pyproject reads it via maturin) and turn the
CHANGELOG's Unreleased section into the dated 0.9.0 section that the release
job extracts verbatim as the GitHub release notes.
@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Sep 8, 2026

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
📝 Code Review Completed 2026-09-08T21:09:49.508462Z 309b2fd PR opened
ℹ️ 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" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

@hardbyte
hardbyte merged commit 172b505 into main Sep 8, 2026
18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant