Releases: Xavierhuang/quinny
Releases · Xavierhuang/quinny
Release list
v0.2.1
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
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
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>