kioku-api 0.5.1.0 → 0.5.2.0
raw patch · 2 files changed
+10/−2 lines, 2 filesdep ~kioku-apiPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: kioku-api
API changes (from Hackage documentation)
Files
- CHANGELOG.md +8/−0
- kioku-api.cabal +2/−2
CHANGELOG.md view
@@ -1,5 +1,13 @@ # Changelog +## 0.5.2.0 — 2026-08-31++### Changed++- Version bump only, to stay on Kioku's shared version while `kioku-core` and+ `kioku-migrations` move to the Keiro 0.15 cohort. This package's source and API are+ unchanged.+ ## 0.5.1.0 — 2026-08-29 ### Changed
kioku-api.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: kioku-api-version: 0.5.1.0+version: 0.5.2.0 synopsis: Reusable agent memory wire types description: Wire contract for kioku: custom prelude, TypeID identifiers, memory@@ -78,7 +78,7 @@ , base >=4.21 && <5 , bytestring >=0.11 && <0.13 , containers >=0.6 && <0.8- , kioku-api ^>=0.5.1.0+ , kioku-api ^>=0.5.2.0 , tasty >=1.5 && <1.6 , tasty-hunit >=0.10 && <0.11 , text >=2.1 && <2.2