Release prep: v0.12.13 — workspace bump + CHANGELOG - #374
Merged
Conversation
Bump workspace.package.version 0.12.12 → 0.12.13. Cargo.lock refresh via cargo check. CHANGELOG.md adds [0.12.13] - 2026-05-18 entry covering: Added: - tcfs index inspect CLI (the diagnostic primitive that unblocked the M10 production Dev ID FileProvider proof) - Production Dev ID FileProvider acceptance (run 26062554542, end-to-end hydrate + evict/rehydrate + mutation + conflict-status on PZM) - AGENTS.md canonical agent context - Linux post-install smoke scaffold (TIN-1422) - macOS pkg authenticated install mode, notarization gate Changed: - macos-postinstall-smoke.sh: --seed-expected-file, --rebuild-domain, tcfs index inspect gate - macos-postinstall-smoke.yml: enforce_tls from endpoint scheme, exercise_dev_id_layered_proof input, loosened conflict-status gate - HostApp: TCFS_FILEPROVIDER_REBUILD_DOMAIN=1 support - docs/ops/macos-fileprovider-reality.md: PROVEN milestone lede Fixed: - Git pack-index large-sequential chunking - Empty directory marker preservation through roundtrip - p12 password blank-string support during signing Refs TIN-133 (closed), TIN-1422 (scaffold), TIN-131, TIN-132.
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.
Summary
Bumps workspace version
0.12.12→0.12.13and adds the corresponding CHANGELOG entry covering everything landed since v0.12.12 (2026-05-08 → 2026-05-18).Headline for v0.12.13
The big one: first green end-to-end production Dev ID FileProvider acceptance smoke on the canonical PZM self-hosted runner (run 26062554542) — hydrate + evict/rehydrate + mutation + conflict-status all proven without testing-mode entitlement. M10 TIN-133 acceptance bar fully met.
The diagnostic primitive that unblocked it (
tcfs index inspect) and the four supporting workflow improvements (enforce_tlsscheme derivation,exercise_dev_id_layered_proofinput, loosened conflict-status gate, seeded smoke flag) all ship in this release.Files
Cargo.toml—workspace.package.version0.12.12 → 0.12.13Cargo.lock— refreshed viacargo check --workspaceCHANGELOG.md— new[0.12.13]entry (Added / Changed / Fixed)Test plan
cargo check --workspaceclean (all 19 crates at 0.12.13)v0.12.13-rc1→ release pipeline runsReferences