release: state v1.0.0#165
Merged
Merged
Conversation
Signed-off-by: Joshua Temple <joshua.temple@stablekernel.com>
Signed-off-by: Joshua Temple <joshua.temple@stablekernel.com>
…changelogs Signed-off-by: Joshua Temple <joshua.temple@stablekernel.com>
sklrosee
approved these changes
Jun 15, 2026
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.
Finalizes the
statev1.0.0 changelog for release. The release-candidate header rolls to## [1.0.0] — 2026-06-13, the preamble is rewritten from "freeze-ready, pending sign-off, intentionally not tagged" into release prose, and the two[1.0.0]sections (the freeze-readiness block and the earlier 0.3.0→1.0.0 block) are reconciled into a single section with deduplicated Added / Changed / Fixed / Documentation / Tests / Performance baseline / Deferred subsections. The compare link now targets the prior released tagstate/v0.3.0.This version freezes the data model, serialized IR, context model, effect envelope, and emission-ordering contract; the analysis / evolution / conformance / verify subpackages ship as advisory and are not part of the frozen contract.
Completeness pass against the v1 log added the missing user-facing entries: the
ErrActorPanic→ActorPanicErrorrename (with its newUnwrap()),InitialErr()on the full-entry-semantics-at-Cast fix, and the wire/API freeze guard.expr.GuardStringwas confirmed to belong to thestate/exprchangelog and is intentionally not duplicated here.go build ./...andgo test ./...pass in thestatemodule (1113 tests, 6 packages); the diff is documentation-only.Approving and merging this PR is the human sign-off for the v1.0.0 release. After merge, pushing the
v1.0.0tag triggersrelease.yml, which re-runs the full cross-platform matrix (ubuntu / macos / windows × go 1.25.11 / 1.26.4) and publishes the GitHub release. This PR must not be tagged or admin-merged; it is left open for human review.