keiro-test-support 0.18.0.0 → 0.19.0.0
raw patch · 2 files changed
+14/−5 lines, 2 filesdep ~keiro-migrationsdep ~kiroku-storedep ~kiroku-store-migrationsPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: keiro-migrations, kiroku-store, kiroku-store-migrations, pg-migrate
API changes (from Hackage documentation)
Files
- CHANGELOG.md +9/−0
- keiro-test-support.cabal +5/−5
CHANGELOG.md view
@@ -6,6 +6,15 @@ ## [Unreleased] +## 0.19.0.0 — 2026-09-25++### Breaking Changes++- Require `kiroku-store >=0.9.0.1 && <0.10`, `kiroku-store-migrations+ ^>=0.6.0.0`, and `pg-migrate ^>=1.2.0.0`. Fixture databases now include+ Kiroku migration `0012`. The version moves in lockstep with the rest of the+ packages, and the `keiro-migrations` bound is raised accordingly.+ ## 0.18.0.0 — 2026-09-20
keiro-test-support.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: keiro-test-support-version: 0.18.0.0+version: 0.19.0.0 synopsis: Shared PostgreSQL test fixtures for Keiro test suites description: Suite-level ephemeral-PostgreSQL fixtures shared by the Keiro test@@ -58,10 +58,10 @@ ephemeral-pg >=0.3.1 && <0.4, hasql >=1.10 && <1.11, hasql-pool >=1.2 && <1.5,- keiro-migrations ^>=0.18.0.0,- kiroku-store >=0.8 && <0.9,- kiroku-store-migrations ^>=0.4.0.0,- pg-migrate ^>=1.1.0.0,+ keiro-migrations ^>=0.19.0.0,+ kiroku-store >=0.9.0.1 && <0.10,+ kiroku-store-migrations ^>=0.6.0.0,+ pg-migrate ^>=1.2.0.0, stm >=2.5 && <2.6, text >=2.1 && <2.2, unix >=2.8 && <2.9,