Skip to content

v0.14.0

Choose a tag to compare

@github-actions github-actions released this 18 Aug 20:47
0a6d1b9

0.14.0 (2026-08-18)

⚠ BREAKING CHANGES

  • VerifiedPrincipal's constructor is private. Build an unverified principal with fromArray or fromTerminal, and a verified one only with admit(), which a channel calls after re-verifying its proof. fromArray no longer carries a verified grade regardless of the payload.

Bug Fixes

  • a verified grade is produced by admission, never read from data (#27) (b5f1e20)