All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.1.0 (2026-05-21)
Features
- dispatch files per stage and enforce hook timeouts (d646a03)
- forward :env opt to hook subprocesses (3c5b442)
- initial version with hooks, runner, installer, and CI (22c259b)
- scaffold a starter .git_hoox.exs via install --scaffold (d64f8b7)
Bug Fixes
- ci: read version from mix.exs without booting mix (02428fb)
- clear dialyzer warnings on uninstall path (30ee293)
Refactor
- address credo --strict findings (b0e381e)