packages feed

kioku-migrations 0.5.1.0 → 0.5.2.0

raw patch · 2 files changed

+15/−5 lines, 2 filesdep ~keiro-migrationsdep ~kioku-migrationsPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: keiro-migrations, kioku-migrations

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -1,5 +1,15 @@ # Changelog +## 0.5.2.0 — 2026-08-31++### Changed++- Moved to `keiro-migrations ^>=0.15.0.0`. Keiro republishes `keiro-migrations` at the+  shared lockstep version with no change to its migrations, so the composed plan is+  unchanged at 55 migrations: Kiroku 11, Keiro 31, and Kioku 13. `kiroku-store-migrations`+  and `pg-migrate` keep their existing bounds. No migration payload changed, and no ledger+  fixup is required.+ ## 0.5.1.0 — 2026-08-29  ### Changed
kioku-migrations.cabal view
@@ -1,6 +1,6 @@ cabal-version:      3.0 name:               kioku-migrations-version:            0.5.1.0+version:            0.5.2.0 synopsis:           Schema migrations for kioku description:   Owns kioku schema evolution as a native pg-migrate component and composes@@ -59,7 +59,7 @@     , containers               >=0.6       && <0.8     , hasql                    >=1.10      && <1.11     , hasql-transaction        >=1.2       && <1.3-    , keiro-migrations         ^>=0.14.0.0+    , keiro-migrations         ^>=0.15.0.0     , kiroku-store-migrations  ^>=0.4.0.0     , pg-migrate               ^>=1.1.0.0     , pg-migrate-embed         ^>=1.1.0.0@@ -76,7 +76,7 @@     , base                     >=4.18     && <5     , ephemeral-pg             ^>=0.2.2.0     , hasql                    >=1.10     && <1.11-    , kioku-migrations         ^>=0.5.1.0+    , kioku-migrations         ^>=0.5.2.0     , pg-migrate-test-support  ^>=1.1.0.0     , text                     >=2.0      && <2.2 @@ -93,8 +93,8 @@     , base                           >=4.18      && <5     , containers                     >=0.6       && <0.8     , hasql                          >=1.6-    , keiro-migrations               ^>=0.14.0.0-    , kioku-migrations               ^>=0.5.1.0+    , keiro-migrations               ^>=0.15.0.0+    , kioku-migrations               ^>=0.5.2.0     , kioku-migrations:test-support     , kiroku-store-migrations        ^>=0.4.0.0     , pg-migrate                     ^>=1.1.0.0