v0.28.0 Release Preparation
Status: release candidate qualified, published, and externally audited (2026-09-02). This record owns the candidate identity, qualification contract, and final local artifact evidence. The immutable publication evidence is ../releases/v0.28.0.md.
Release Boundary
v0.28.0 completes practical text production for command-line applications. Borrowed str values gain allocation-free ASCII trimming; repeat and replace_all produce bounded owned text. The Format interface has one recoverable implementation requirement and one derived aborting default, with a single private scalar renderer shared by interpolation, integer conversion, and diagnostics. Writer.write_line and symmetric stdout and stderr functions share one complete descriptor-write policy.
The Phase 5 review found no remaining correctness or architecture finding in that boundary. The public release notes are ../../releases/v0.28.0.md. Root download links and the public release index advance to v0.28.0 in the separate publication commit.
Candidate Identity
The release inputs agree on 0.28.0:
development/packaging/VERSION, the sole authored release-version input;- the
#packageversion indevelopment/std/index.nct; - the archive name and installed manifest derived from
VERSIONandRELEASE.json; - compiler and language-server reporting derived from the validated installed home.
The qualified release-content commit is c246a9d1e9fe4a6792b7282a553d02d195fe2e0e. Documentation-only qualification evidence recorded after that commit is not an artifact input.
Qualification Contract
The clean release-content commit must pass:
- 1. two independent complete locked workspace test runs in distinct external Cargo targets;
- warnings-denied all-target Clippy in both external targets;
- formatter, no-default-features checking, documentation generation and reproducibility, repository whitespace, and packaging-input validation;
- the explicit public-HTTPS dependency-acquisition test;
- checks and representative native execution for every public example against an isolated candidate home;
- two independent optimized package builds with byte-identical archives and recursively identical installed homes;
- fresh extraction checks for version, doctor, help, initialization, locked/offline check and
test, deterministic graph, the
text-bannerreport, native run, explicit build and execution, and framed LSP analysis; - rejection after either the installed compiler or standard-library content is changed, plus proof that ordinary qualification commands do not mutate the installed home.
Qualification Evidence
The exact candidate commit passed two complete locked workspace runs in distinct external Cargo targets. Each run reported 1,521 passed tests, zero failures, and one ignored public-network test. Warnings-denied all-target Clippy passed independently in both targets. The ignored HTTPS Git acquisition test was then run explicitly and passed without invoking an external Git executable.
The candidate also passed no-default-features checking, formatter verification, documentation generation and reproducibility, packaging-script syntax validation, and repository whitespace validation. Documentation generation produced 388 pages.
Two independent optimized package builds produced byte-identical archives and recursively identical installed homes. Fresh extraction then passed:
--version,doctor, and--helpagainst release0.28.0;- package initialization plus locked/offline checking and testing;
- locked/offline checking of every public single-file and package example;
- exact
text-bannernative output with empty stderr; - two byte-identical package-graph queries;
- package
run, explicitbuild, and direct execution; - one framed LSP initialize/open/diagnostic/hover/completion/definition/shutdown session;
- installed-home immutability across all ordinary commands;
- rejection of separately tampered compiler and standard-library copies.
The retained local candidate is:
- archive:
dist/nocter-v0.28.0-arm64-darwin.tar.gz; - size: 8,270,498 bytes;
- archive SHA-256:
c743ae29a9f3a83202dd8b6733d281c29e711e996e08abd3e9fb591f2efa1b63; - compiler SHA-256:
505794bb06437978039a171e2ac3a8d5e77cbbbda96d3fbbb868232fc84ec6ae; - standard-library tree SHA-256:
7dc7f0abb2663c4fbd5f9d4aba90029fa24889ff6d879ecdd623e989a4512ac4; - standard-library regular files: 131.
Publication Boundary
Separately authorized publication reused the qualified archive without rebuilding it, advanced public latest-release links in a separate commit, created and pushed one annotated v0.28.0 tag, uploaded exactly one archive, and verified the public asset byte for byte. Existing tags and assets must not be replaced.