chore(release): 8.11.0
All checks were successful
CI / Node 22 (push) Successful in 2m54s
CI / Node 24 (push) Successful in 2m46s
CI / Bun (latest) (push) Successful in 2m59s
Publish (forge) / Publish to the forge registry (push) Successful in 3m10s

This commit is contained in:
David Snelling 2026-07-27 11:59:40 -07:00
parent 91ef1c8b6d
commit 246f5a311a
3 changed files with 12 additions and 3 deletions

View file

@ -2,6 +2,15 @@
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
### [8.11.0](https://source.soulcraft.com/soulcraft/brainy/compare/v8.10.1...v8.11.0) (2026-07-27)
- docs: the last two archived-host links point home (91ef1c8b)
- feat: includeHidden — export carries every visibility tier for migration-grade canon completeness (63c1eeb9)
- feat(release): the forge publish leg moves to CI on the tag push; the laptop verifies by readback and keeps the abort-before-storefront guard (3e4a17dc)
- feat: canonical enumeration mode for export — storage-walked, canon-complete, with an index-drift report (4d196af4)
- ci: run the pipeline on the forge (999d0ebb)
### [8.10.1](https://source.soulcraft.com/soulcraft/brainy/compare/v8.10.0...v8.10.1) (2026-07-24)
- refactor: remove the orphaned transaction-result type left behind by the dead-path removal (edf123a5)