Skip to content

Releases: Cryptoteep/gitquill

v0.2.0 — tested, hardened, extended

Choose a tag to compare

@Cryptoteep Cryptoteep released this 08 Jul 09:43

v0.2.0 — tested, hardened, extended

Bug fixes (found by the new e2e suite)

  • --non-conventional was silently ignored — renamed to --no-conventional.
  • release --version <v> collided with the global --version flag — renamed to --tag <v>.

Features

  • Repo-local .gitquill.json overrides (config init).
  • commit --type / --scope hints, --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

Choose a tag to compare

@Cryptoteep Cryptoteep released this 08 Jul 14:48

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