Release 1.0.2 - #174
Merged
Merged
Conversation
PyreWire-only maintenance release. Bumps the project and runtime version to 1.0.2 and records the release in CHANGELOG.md and docs/versioning.md. Changes since 1.0.1 are CI/tooling and metadata only: - actions/checkout v6->v7 and pypa/cibuildwheel v4.0.0->v4.1.0 (#171, #172) - SPDX license headers on all source files + enforcement test (#173) - expanded Errors reference documentation The public API is unchanged and the bundled/validated wirelog ref remains v0.51.0 (0c6e0cdaee7db069be5d8d896bb59bdcb15673e9); the runtime wirelog floor remains 0.44.0. Update the version-pinning contract tests (release metadata, changelog compare links) to track 1.0.2.
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.
PyreWire-only maintenance release.
Summary
Bumps the project and runtime version to 1.0.2 and records the release in
CHANGELOG.mdanddocs/versioning.md.Changes since 1.0.1 (CI/tooling + metadata only)
actions/checkoutv6→v7 andpypa/cibuildwheelv4.0.0→v4.1.0 (build(deps): bump actions/checkout from 6 to 7 #171, build(deps): bump pypa/cibuildwheel from 4.0.0 to 4.1.0 #172)Compatibility
Public API unchanged. Bundled/validated wirelog ref remains v0.51.0 (
0c6e0cdaee7db069be5d8d896bb59bdcb15673e9); runtime wirelog floor remains 0.44.0.Contract tests updated
test_release_metadata: project/runtime version → 1.0.2test_changelog_format: compare links → v1.0.2After merge, tag
v1.0.2on the merge commit to trigger the release workflow (wheels → verify → publish).