Prepare 0.8.0 release - #40
Merged
Merged
Conversation
Bumps the version to 0.8.0 — the sum() aggregation is a new user-facing function, so a minor bump — and folds the Unreleased notes into a dated 0.8.0 section covering the new function, the documented callback-boundary conversions, the refreshed Rust lockfile and the CI changes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Release prep for 0.8.0, following the process in
docs/contributing.md: version bump, changelog, then a GitHub release to trigger the PyPI publish.0.7.0→0.8.0becausesum()is a new user-facing function — additive, so a minor bump rather than a patch.Changes
Cargo.tomlversion 0.7.0 → 0.8.0 (pyproject.toml's version is dynamic via maturin, so this is the single source), withCargo.lockrefreshed to match.CHANGELOG.md: theUnreleasednotes become a dated[0.8.0] - 2026-08-19section — thesumaggregation, the newly documented Python callback-boundary conversions (uint→int, microsecond durations), the refreshed Rust lockfile (cel 0.14.3, PyO3 0.29.2), and the CI work (Python 3.13/3.14, committeduv.lock, ruff pin,safety scan,claude-code-action@v1).No code changes.
Verification
cargo fmt --check,cargo clippy --all-targets --all-features -D warnings,ruff format --check,ruff check,mypy python/cel, and the full suite (474 passed, 1 skipped, 6 xfailed). Confirmed the built wheel reports0.8.0.After this merges I'll tag
v0.8.0onmain, which is what triggers the release job's PyPI upload.Generated by Claude Code