kiroku-cli 0.2.0.4 → 0.2.0.5
raw patch · 2 files changed
+10/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- CHANGELOG.md +8/−0
- kiroku-cli.cabal +2/−2
CHANGELOG.md view
@@ -1,5 +1,13 @@ # Changelog +## 0.2.0.5 — 2026-08-15++### Other Changes++* Built with `ghc-options: -Wall -Werror=incomplete-patterns`, matching every+ other package in the repository. No source change was required and no+ `kiroku-cli` API or runtime behavior changed.+ ## 0.2.0.4 — 2026-08-13 ### Other Changes
kiroku-cli.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: kiroku-cli-version: 0.2.0.4+version: 0.2.0.5 synopsis: Embeddable operator CLI for Kiroku description: Parser, runner, and executable entry points for Kiroku operator commands.@@ -28,7 +28,7 @@ OverloadedLabels OverloadedStrings - ghc-options: -Wall+ ghc-options: -Wall -Werror=incomplete-patterns library import: common