Skip to content

Commit e5dc493

Browse files
committed
Avoid stale release audit evidence
1 parent 717384e commit e5dc493

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8181
- Upgraded GitHub Pages, artifact, and release workflow actions to Node 24-compatible majors.
8282
- Replaced the third-party Zig setup action with a checksum-verified Zig 0.15.2 install step in CI and release workflows.
8383
- Corrected release/security checklist shell snippets and the README documentation-site URL.
84-
- Updated the release-readiness review with latest hosted CI/Pages evidence and the remaining upstream Pages action warning.
84+
- Updated the release-readiness review with hosted CI/Pages evidence, a repeatable latest-run check, and the remaining upstream Pages action warning.
8585
- Corrected memory-safety documentation so the spec no longer claims unimplemented lifetime, double-free, use-after-free, or bounds-check guarantees.
8686
- Marked the tensor/AI/GPU section as planned design work instead of current language support.
8787
- De-scoped `std/string`, `std/mem`, and `std/collections` from current stdlib documentation; only virtual `io` and `math` modules are documented as implemented.

RELEASE_READINESS_REVIEW.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,9 @@ not factually provable from local tests alone.
3737
- `cd site && npm run build`
3838
- built wheel installed into a temporary virtualenv and invoked as `a7`
3939
- `git diff --check`
40-
- hosted CI for commit `064fde6` passed Python and docs jobs
41-
- hosted Deploy Docs for commit `064fde6` passed build and deploy jobs
40+
- hosted CI and Deploy Docs runs passed after the workflow updates; before
41+
tagging, re-check the latest commit with
42+
`gh run list --branch master --limit 6`
4243

4344
## Fixed In This Pass
4445

0 commit comments

Comments
 (0)