kioku-migrations 0.4.0.0 → 0.4.1.0
raw patch · 2 files changed
+10/−3 lines, 2 filesdep ~kioku-migrationsPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: kioku-migrations
API changes (from Hackage documentation)
Files
- CHANGELOG.md +7/−0
- kioku-migrations.cabal +3/−3
CHANGELOG.md view
@@ -1,5 +1,12 @@ # Changelog +## 0.4.1.0 — 2026-08-18++### Changed++- Version bump only, to stay on the shared Kioku version. The release moves `kioku-core` onto the+ Baikai 0.5 cohort; nothing in this package's own code changed.+ ## 0.4.0.0 — 2026-08-17 ### Breaking Changes
kioku-migrations.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: kioku-migrations-version: 0.4.0.0+version: 0.4.1.0 synopsis: Schema migrations for kioku description: Owns kioku schema evolution as a native pg-migrate component and composes@@ -75,7 +75,7 @@ , base >=4.18 && <5 , ephemeral-pg ^>=0.2.2.0 , hasql >=1.10 && <1.11- , kioku-migrations ^>=0.4.0.0+ , kioku-migrations ^>=0.4.1.0 , pg-migrate-test-support ^>=1.1.0.0 , text >=2.0 && <2.2 @@ -91,7 +91,7 @@ build-depends: , base >=4.18 && <5 , hasql >=1.6- , kioku-migrations ^>=0.4.0.0+ , kioku-migrations ^>=0.4.1.0 , kioku-migrations:test-support , kiroku-store-migrations ^>=0.4.0.0 , pg-migrate ^>=1.1.0.0