packages feed

kiroku-cli 0.2.0.6 → 0.2.0.7

raw patch · 2 files changed

+12/−3 lines, 2 filesdep ~kiroku-storePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: kiroku-store

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -1,5 +1,14 @@ # Changelog +## 0.2.0.7 — 2026-09-25++### Other Changes++* Requires `kiroku-store ^>=0.9`, which requires schema migration `0012` from+  kiroku-store-migrations 0.6.0.0 and serves category reads from the new `$all`+  category index. No source change was required and no `kiroku-cli` API or+  runtime behavior changed.+ ## 0.2.0.6 — 2026-08-16  ### Other Changes
kiroku-cli.cabal view
@@ -1,6 +1,6 @@ cabal-version:   3.0 name:            kiroku-cli-version:         0.2.0.6+version:         0.2.0.7 synopsis:        Embeddable operator CLI for Kiroku description:   Parser, runner, and executable entry points for Kiroku operator commands.@@ -49,7 +49,7 @@     , http-client           >=0.7  && <0.8     , http-client-tls       >=0.3  && <0.4     , http-types            >=0.12 && <0.13-    , kiroku-store          ^>=0.8+    , kiroku-store          ^>=0.9     , lens                  >=5.2  && <5.4     , optparse-applicative  >=0.19 && <0.20     , text                  >=2.0  && <2.2@@ -82,7 +82,7 @@     , http-client           >=0.7  && <0.8     , http-client-tls       >=0.3  && <0.4     , kiroku-cli-    , kiroku-store          ^>=0.8+    , kiroku-store          ^>=0.9     , kiroku-test-support     , lens     , optparse-applicative