diff --git a/.zenodo.json b/.zenodo.json index acb185a..9546e23 100644 --- a/.zenodo.json +++ b/.zenodo.json @@ -4,7 +4,7 @@ "name": "Roost, Tyler" } ], - "description": "Release-candidate metadata for a verification-domain language and Python reference implementation that packages bounded computational claims with explicit evidence, checking mechanisms, limits, refutation conditions, provenance, and reproducibility information. It does not replace native domain verifiers or strengthen their results. Publication metadata is assigned only after the release exists.", + "description": "Version 1.2.0 of a verification-domain language and Python reference implementation that packages bounded computational claims with explicit evidence, checking mechanisms, limits, refutation conditions, provenance, and reproducibility information. It does not replace native domain verifiers or strengthen their results.", "keywords": [ "verification", "provenance", @@ -17,6 +17,7 @@ "bounded claims" ], "license": "Apache-2.0", + "publication_date": "2026-09-01", "title": "Verifier Standard (VSTD): Bounded, Refutable Evidence for Computational Claims", "version": "1.2.0", "upload_type": "software" diff --git a/CHANGELOG.md b/CHANGELOG.md index 52a4d9e..22d6f71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,7 @@ > Coordinated Universal Time (UTC); Verifier Standard (VSTD); ZIP archive format (ZIP); > zero-identity/zero-knowledge (ZIZK). -## 1.2.0 - UNRELEASED +## 1.2.0 - 2026-09-01 ### Public surface and integrations diff --git a/CITATION.cff b/CITATION.cff index 5e9e71e..78d9f93 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -1,10 +1,11 @@ cff-version: 1.2.0 -message: "This describes the Verifier Standard (VSTD) 1.2.0 release candidate; cite the published release after it exists." +message: "If you use the Verifier Standard (VSTD) or its reference implementation, cite this release." title: "Verifier Standard (VSTD): Bounded, Refutable Evidence for Computational Claims" type: software authors: - name: "TimeLordRaps" version: 1.2.0 +date-released: 2026-09-01 license: Apache-2.0 repository-code: "https://github.com/TimeLordRaps/verifier" keywords: diff --git a/README.md b/README.md index e732ba8..3aafbad 100644 --- a/README.md +++ b/README.md @@ -213,8 +213,8 @@ The distribution name is `verifier-standard`. The published base package has no required third-party runtime dependencies. ```bash -python -m pip install verifier-standard # latest published release -python -m pip install . # current release-candidate checkout +python -m pip install "verifier-standard==1.2.0" # exact published release +python -m pip install . # current source checkout python -m pip install ".[yaml]" # YAML Ain't Markup Language (YAML) manifests python -m pip install ".[jsonschema]" # JSON Schema validation python -m pip install ".[seal]" # optional Ed25519 artifact sealing @@ -378,8 +378,8 @@ gh attestation verify PATH_TO_DOWNLOADED_ASSET --repo TimeLordRaps/verifier ``` Use [RELEASING.md](RELEASING.md) to verify the manifest, tag, artifact attestations, -package name, and historical compatibility. The current checkout is an unreleased -1.2.0 candidate; use the [latest release page](https://github.com/TimeLordRaps/verifier/releases/latest) +package name, and historical compatibility. Version 1.2.0 is the current release, +published on 2026-09-01; use its [versioned release page](https://github.com/TimeLordRaps/verifier/releases/tag/v1.2.0) for published citation and artifact coordinates. ## Claims, security, and contribution diff --git a/docs/guides.html b/docs/guides.html index f383672..33e2edb 100644 --- a/docs/guides.html +++ b/docs/guides.html @@ -42,10 +42,10 @@
Interoperability material below uses Supply Chain Integrity, Transparency, and Trust (SCITT).
Documentation coordinate:
- verifier-standard 1.2.0 unreleased candidate. The assembled site also
+ verifier-standard 1.2.0, released 2026-09-01. The assembled site also
carries machine-readable build metadata;
- published tags and release
- artifacts preserve historical coordinates. Normative ownership remains under
+ the versioned release
+ artifacts preserve this historical coordinate. Normative ownership remains under
standard/.
VSTD is a maintainer-led alpha project specification. Compatibility VSTD-4 and Graph paths remain NOT_ESTABLISHED candidates. Separate evidence-bound VSTD-4, VSTD-5, Graph-profile, and assurance-event paths rerun exact registered mechanisms from embedded evidence; no real external witness is claimed by this repository. The project has no demonstrated external adoption, independent implementation, interoperability deployment, or third-party security review.
Artifact-control boundary: freeze preserves exact bytes and sealing is not encryption. A thaw sidecar alone is unkeyed metadata and remains NOT_ESTABLISHED; clean or dirty status requires the actual supplied parent to verify as sealed with every recorded parent coordinate matching. This current comparison does not authenticate the historical copy operation or external continuity.
Release coordinate: this branch
- documents verifier-standard 1.2.0 as an unreleased candidate. Use
- GitHub Releases for
- the latest published artifact.
Release coordinate:
+ verifier-standard 1.2.0, released 2026-09-01. Use the
+ versioned GitHub release
+ for published artifacts and citation coordinates.