chore(release): bump version to 1.0.0 and open the 1.0.0 changelog - #42
Closed
anulum wants to merge 1 commit into
Closed
chore(release): bump version to 1.0.0 and open the 1.0.0 changelog#42anulum wants to merge 1 commit into
anulum wants to merge 1 commit into
Conversation
Set the single package version to 1.0.0 across pyproject, the version module, the citation record, and the Zenodo archive descriptor, and cut the accumulated Unreleased entries into a dated 1.0.0 changelog section with a fresh empty Unreleased heading above it. Update the release-tag and metadata guard tests to the new version so they continue to bind releases to the single version owner. The frozen public compatibility contract and its digest are unchanged; no tag is created by this commit. Authored by Anulum Fortis & Arcane Sapience (protoscience@anulum.li) Seat: a7c1
Owner
Author
|
Holding the 1.0.0 bump per owner decision: version bump + README install command + maturity-status prose + CHANGELOG cut + tag + publish will land as one tightly-sequenced release operation on explicit publish-go, so main never advertises an unpublished or pre-alpha 1.0. This staging PR + its branch are closed; the release recipe is captured for the sequenced release. No change landed on main. |
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.
Sets the single package version to 1.0.0 across pyproject, the version module, the citation record, and the Zenodo archive descriptor, and cuts the accumulated Unreleased changelog entries into a dated
## [1.0.0] - 2026-07-21section with a fresh empty[Unreleased]above.Release-tag and metadata guard tests are updated to the new version so they keep binding releases to the single version owner. The frozen public compatibility contract and its digest are unchanged. No tag is created — tagging and publication remain owner-gated.
Guards verified locally:
check_metadataandcheck_release_tag v1.0.0pass; stable-contract + version-touching tests green.