Skip to content

Prepares the statifier_ui 0.1.0 Hex release - #36

Merged
johnnyt merged 2 commits into
mainfrom
sui-tx0-hex-release
Aug 23, 2026
Merged

Prepares the statifier_ui 0.1.0 Hex release#36
johnnyt merged 2 commits into
mainfrom
sui-tx0-hex-release

Conversation

@johnnyt

@johnnyt johnnyt commented Aug 23, 2026

Copy link
Copy Markdown
Member

Works sui-tx0. Blocked on statifier 2.0.0 reaching Hex (riddler/statifier-ex#222): the dep swaps to {:statifier, "~> 2.0"} here, and Hex refuses to publish over a git dep, so this merges only after the engine is live.

  • package/0 and docs/0 added; version 0.1.0-dev -> 0.1.0.
  • Engine dep: git pin -> {:statifier, "~> 2.0"}, behind the same STATIFIER_PATH env override the sibling packages use.
  • CHANGELOG.md created; [0.1.0] assembled from all seven fragments, fragments deleted.
  • README gains a standard Hex install section.
  • Upgrade cost across the pin move: statifier 2.0.0 enforces ordinal on hand-built SendDelayed/Cancel structs, so three normalizer test fixtures gain ordinal: 1.

Gate is green with STATIFIER_PATH pointing at the 2.0.0 release branch (427 tests, 92.3% coverage). Before merge: mix deps.get (no override) to move mix.lock's statifier entry from the git pin to the Hex release, gate re-run. After merge: tag v0.1.0, mix hex.publish (operator).

Adds package/0 (statifier_ui, MIT, lib + mix.exs + README + LICENSE +
CHANGELOG in the tarball) and the docs/0 hexdocs configuration (README
landing page, architecture and wire-format guides, the ADR set), and
moves the version from 0.1.0-dev to 0.1.0.

The engine dependency swaps from a git pin to {:statifier, "~> 2.0"} -
statifier 2.0.0 is on Hex, ending the pin arrangement (st-ADR-0066) -
behind the same STATIFIER_PATH env override the sibling packages use for
cross-repo co-development. Upgrading across the pin move costs one test
fixture change: statifier enforces ordinal on hand-built SendDelayed and
Cancel structs now (its 2.0.0 changelog names exactly this), so the
normalizer test's three fixtures gain ordinal: 1.

CHANGELOG.md is created with the [0.1.0] section assembled from all
seven changelog.d/ fragments, deleted here per the fragment protocol;
README gains a standard Hex install section. Before merge, once
statifier 2.0.0 is live on Hex, mix deps.get refreshes mix.lock's
statifier entry from the git pin to the Hex release and the gate re-runs
without the STATIFIER_PATH override; tagging v0.1.0 and mix hex.publish
stay the operator's actions after merge.

Refs: sui-tx0
statifier 2.0.0 is live on Hex, so mix.lock's engine entry moves from
the git pin to the Hex release, and the gate runs green against it with
no STATIFIER_PATH override - the pre-merge step the release PR named.

Refs: sui-tx0
@johnnyt

johnnyt commented Aug 23, 2026

Copy link
Copy Markdown
Member Author

statifier 2.0.0 is live on Hex - mix.lock now locks the Hex release (git pin gone) and the full gate is green against it with no override: 427 tests, 92.3% coverage. Ready to merge; after merge: tag v0.1.0, mix hex.publish.

@johnnyt
johnnyt merged commit 63fc19d into main Aug 23, 2026
1 check passed
@johnnyt
johnnyt deleted the sui-tx0-hex-release branch August 23, 2026 15:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant