kioku-cli 0.7.0.0 → 0.8.0.0
raw patch · 2 files changed
+19/−12 lines, 2 filesdep ~keirodep ~kioku-apidep ~kioku-cliPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: keiro, kioku-api, kioku-cli, kioku-core, kioku-migrations, kiroku-store
API changes (from Hackage documentation)
Files
- CHANGELOG.md +7/−0
- kioku-cli.cabal +12/−12
CHANGELOG.md view
@@ -1,5 +1,12 @@ # Changelog +## 0.8.0.0 — 2026-09-26++### Changed++- Requires the Kioku 0.8 cohort, `keiro ^>=0.19.0.0`, and `kiroku-store ^>=0.9.0.1`. Commands and+ output are unchanged.+ ## 0.7.0.0 — 2026-09-18 ### Changed
kioku-cli.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: kioku-cli-version: 0.7.0.0+version: 0.8.0.0 synopsis: kioku command-line interface description: Command-line entry point for kioku demos and operational commands.@@ -83,10 +83,10 @@ containers >=0.6 && <0.8, directory >=1.3 && <1.4, effectful >=2.5 && <2.7,- keiro ^>=0.17.0.0,- kioku-api ^>=0.7.0.0,- kioku-core ^>=0.7.0.0,- kiroku-store ^>=0.8.0.0,+ keiro ^>=0.19.0.0,+ kioku-api ^>=0.8.0.0,+ kioku-core ^>=0.8.0.0,+ kiroku-store ^>=0.9.0.1, optparse-applicative >=0.19 && <0.20, text >=2.1 && <2.2, time >=1.12 && <1.15,@@ -103,7 +103,7 @@ build-depends: base >=4.21 && <5,- kioku-cli ^>=0.7.0.0,+ kioku-cli ^>=0.8.0.0, test-suite kioku-cli-test import: warnings, shared@@ -128,12 +128,12 @@ base >=4.21 && <5, effectful >=2.5 && <2.7, filepath >=1.4 && <1.6,- keiro ^>=0.17.0.0,- kioku-api ^>=0.7.0.0,- kioku-cli ^>=0.7.0.0,- kioku-core ^>=0.7.0.0,- kioku-migrations:test-support ^>=0.7.0.0,- kiroku-store ^>=0.8.0.0,+ keiro ^>=0.19.0.0,+ kioku-api ^>=0.8.0.0,+ kioku-cli ^>=0.8.0.0,+ kioku-core ^>=0.8.0.0,+ kioku-migrations:test-support ^>=0.8.0.0,+ kiroku-store ^>=0.9.0.1, optparse-applicative >=0.19 && <0.20, process >=1.6 && <1.7, tasty >=1.5,