packages feed

shikumi-cache 0.1.2.0 → 0.1.2.1

raw patch · 2 files changed

+10/−3 lines, 2 filesdep ~baikaiPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: baikai

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -2,6 +2,13 @@  ## Unreleased +## 0.1.2.1 - 2026-07-20++### Changed++- Upgraded the `baikai` dependency to the `0.4` series (`>=0.4 && <0.5`).+  Dependency bounds only — no changes to the exported API.+ ## 0.1.2.0 - 2026-07-05  ### Added
shikumi-cache.cabal view
@@ -1,6 +1,6 @@ cabal-version:   3.4 name:            shikumi-cache-version:         0.1.2.0+version:         0.1.2.1 synopsis:        Content-addressed response caching for shikumi (EP-6) category:        AI description:@@ -45,7 +45,7 @@    build-depends:     , aeson-    , baikai         >=0.3      && <0.4+    , baikai         >=0.4      && <0.5     , base           >=4.20     && <5     , blake3     , bytestring@@ -69,7 +69,7 @@   ghc-options:    -threaded -with-rtsopts=-N   build-depends:     , aeson-    , baikai         >=0.3      && <0.4+    , baikai         >=0.4      && <0.5     , base     , bytestring     , containers