Releases: Cryptoteep/gitquill
Releases · Cryptoteep/gitquill
Release list
v0.2.0 — tested, hardened, extended
v0.2.0 — tested, hardened, extended
Bug fixes (found by the new e2e suite)
--non-conventionalwas silently ignored — renamed to--no-conventional.release --version <v>collided with the global--versionflag — renamed to--tag <v>.
Features
- Repo-local
.gitquill.jsonoverrides (config init). commit --type/--scopehints,--max-diff.release --no-header+ deterministic header.- New config fields:
commit.maxDiff,release.header.
Tests & tooling (closes #2)
- vitest unit suite (36 tests).
- test/mock-server.ts + test/e2e.sh (30 assertions).
- CI: typecheck + lint + tests + build + e2e on Node 18/20/22.
Full diff: v0.1.0...v0.2.0
gitquill v0.1.0
Maintenance release
- Routine maintenance sync (2026-07-08 14:47).
- Auto-generated by the OSS Maintainer Toolkit to keep public activity current.
Full diff: 3060c19