kioku-cli 0.1.0.0 → 0.2.0.0
raw patch · 2 files changed
+15/−7 lines, 2 filesdep ~kioku-apidep ~kioku-clidep ~kioku-corePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: kioku-api, kioku-cli, kioku-core
API changes (from Hackage documentation)
Files
- CHANGELOG.md +8/−0
- kioku-cli.cabal +7/−7
CHANGELOG.md view
@@ -1,5 +1,13 @@ # Changelog +## 0.2.0.0 — 2026-07-30++### Changed++- No API change. Released in lockstep with the rest of the Kioku packages for the Keiki 0.4,+ Keiro 0.4, Baikai 0.4 and Shikumi cohort upgrade. The commands themselves are unchanged; what+ changes is the framework they link against through `kioku-core`.+ ## 0.1.0.0 — 2026-07-14 ### Added
kioku-cli.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: kioku-cli-version: 0.1.0.0+version: 0.2.0.0 synopsis: kioku command-line interface description: Command-line entry point for kioku demos and operational commands.@@ -60,8 +60,8 @@ , base >=4.21 && <5 , containers >=0.6 && <0.8 , effectful >=2.5 && <2.7- , kioku-api ^>=0.1.0.0- , kioku-core ^>=0.1.0.0+ , kioku-api ^>=0.2.0.0+ , kioku-core ^>=0.2.0.0 , kiroku-store ^>=0.3.0.1 , optparse-applicative >=0.18 && <0.20 , text >=2.1 && <2.2@@ -74,7 +74,7 @@ ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: , base >=4.21 && <5- , kioku-cli ^>=0.1.0.0+ , kioku-cli ^>=0.2.0.0 test-suite kioku-cli-test import: warnings, shared@@ -85,9 +85,9 @@ ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: , base >=4.21 && <5- , kioku-api ^>=0.1.0.0- , kioku-cli ^>=0.1.0.0- , kioku-core ^>=0.1.0.0+ , kioku-api ^>=0.2.0.0+ , kioku-cli ^>=0.2.0.0+ , kioku-core ^>=0.2.0.0 , optparse-applicative >=0.18 , tasty >=1.5 , tasty-hunit >=0.10