Releases v0.11.0 - #92
Merged
Merged
Conversation
Bumps @Version to 0.11.0 and moves the README install pin to `~> 0.11`. The minor is `Driver.new/3`'s new `after_step:` option - public surface a host can bind a trace, a projection or a checkpoint to, fired after every step the driver takes on a caller's behalf. Promotes changelog.d/sp-c48.md (Added) and changelog.d/sp-flj.md (Fixed) into a `## [0.11.0] 2026-09-08` section, bullets carried over byte for byte under a lead paragraph, and deletes both fragments. Refs: sp-35w
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.
Release prep for
statifier_persistence0.11.0 (MINOR). Prep-lands-last onLane P: every fragment-carrying sibling (sp-c48, sp-flj) is on main.
Assembled from the repo's release extension (
.claude/wurk/release.mdplus.claude/wurk.json'sreleaseblock), against the reference shape - the mostrecent prep commit on main,
4e3e2c8(0.10.0), found the way the extension'stop section says.
mix.exs@version0.10.0 -> 0.11.0 (the recipe'sversion_file; step Aconfirms there is no second carrier in
lib/).README.mdinstall pin~> 0.10->~> 0.11(the recipe'sreadme_pin).CHANGELOG.md: a new## [0.11.0] 2026-09-08section - the file's ownheading form, no dash, the local date - above
## [0.10.0], with a leadparagraph and the fragments' bullets carried over byte for byte, grouped
Added then Fixed. No link reference (the file has none by design).
changelog.d/sp-c48.mdandchangelog.d/sp-flj.mddeleted in the samecommit.
MINOR because
Driver.new/3'safter_step:is new public surface (Added).Verification: full gate green on this HEAD (format, compile, deps, credo,
527/527 tests at 95.7% coverage, dialyzer).
mix hex.buildclean at version0.11.0; the tarball was removed and is not committed. The tree committed is
byte-identical (
git write-tree7df64d89) to the tree the gate ran on, withthe repo gate lock and machine slot held across both, so the commit step's
gate re-run was taken under that exemption rather than repeated.
Tag and Hex publish are the operator's; this branch does neither.
Refs: sp-35w