Skip to content

Releases: Xavierhuang/quinny

v0.2.1

Choose a tag to compare

@github-actions github-actions released this 15 Jul 20:12
v0.2.1 — bundle all quinny submodules in the frozen binary

quinny.cli lazily imports contract/scaffold inside functions, which PyInstaller
misses — so the v0.2.0 frozen binary (curl-install channel) would crash on
verify/scaffold with ModuleNotFound. Add collect_submodules('quinny') to the
spec so the frozen binary includes them. (The pip wheel was unaffected.)

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 15 Jul 20:03
Release v0.2.0 — scaffold + verify

Headline features since 0.1.0: `quinny verify` (executable acceptance gate,
Python + JS) and `quinny scaffold` (plain English → scoped contract + stub).
Repositioned as an executable specification language.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 14 Jul 21:08
Fix repo owner in URLs: weijiahuang -> Xavierhuang

The GitHub account is Xavierhuang; the curl installer, README links,
docs, and project URLs all pointed at the wrong owner.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>