docs: prepare v0.12.1 release notes and changelog#713
Merged
Conversation
v0.12.1 is a packaging-only patch: v0.12.0's wheels published but its sdist was rejected by PyPI under PEP 625. Add the changelog entry and standalone release notes for the fix (#712). Versioning is setuptools_scm-driven (the git tag is the version) and the docs version is derived from faust.__version__, so no version files need bumping; the GitHub Pages changelog picks this up via docs/changelog.rst's mdinclude of CHANGELOG.md, and the docs version banner updates from the tag. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01HHPL4VFWQRQPpjR1gXSKyL
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #713 +/- ##
=======================================
Coverage 94.15% 94.15%
=======================================
Files 104 104
Lines 11136 11136
Branches 1201 1201
=======================================
Hits 10485 10485
Misses 550 550
Partials 101 101 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
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.
Description
Release-prep docs for v0.12.1, a packaging-only patch. v0.12.0's wheels
published to PyPI, but its source distribution was rejected under PEP 625
(hyphenated
faust-streaming-0.12.0.tar.gzvs the requiredfaust_streaming-0.12.0.tar.gz). The code fix is #712; this PR is the notes.CHANGELOG.md— new## [v0.12.1]section above v0.12.0, with av0.12.0...v0.12.1compare link, documenting the sdist fix (ci: build sdist with python -m build for a PEP 625-compliant filename #712).RELEASE_NOTES_v0.12.1.md— standalone GitHub release notes noting thereare no functional changes (wheels-only installers are unaffected).
On "versioning files" and the Pages docs
There are no version files to bump — versioning is setuptools_scm-driven
(the git tag is the version), confirmed by grep (no
VERSIONfile, nohardcoded package version). The GitHub Pages docs reflect 0.12.1 with no
hardcoding:
docs/changelog.rst→.. mdinclude:: ../CHANGELOG.md,so it renders the new v0.12.1 entry automatically;
docs/conf.pyderives the docs version fromfaust.__version__(setuptools_scm / tag), so the version banner updates to
0.12on the nextPages build and the full
releaseshows0.12.1.Release order (for the maintainer)
publish.
rebuilds wheels + a correctly-named sdist (the publish step already sets
skip-existing: true, so any 0.12.0 overlap is skipped).RELEASE_NOTES_v0.12.1.mdinto the release.🤖 Generated with Claude Code
Generated by Claude Code