keiro-test-support 0.15.0.0 → 0.16.0.0
raw patch · 2 files changed
+9/−3 lines, 2 filesdep ~keiro-migrationsPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: keiro-migrations
API changes (from Hackage documentation)
Files
- CHANGELOG.md +7/−1
- keiro-test-support.cabal +2/−2
CHANGELOG.md view
@@ -4,7 +4,13 @@ [Keep a Changelog](https://keepachangelog.com/), and the package follows the [Haskell Package Versioning Policy](https://pvp.haskell.org/). -## Unreleased+## [Unreleased]++## 0.16.0.0 — 2026-09-07++### Other Changes++- No user-facing changes; release in lockstep with the Keiro 0.16.0.0 package set. ## 0.15.0.0 — 2026-08-30
keiro-test-support.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: keiro-test-support-version: 0.15.0.0+version: 0.16.0.0 synopsis: Shared PostgreSQL test fixtures for Keiro test suites description: Suite-level ephemeral-PostgreSQL fixtures shared by the Keiro test@@ -49,7 +49,7 @@ , ephemeral-pg >=0.2 && <0.3 , hasql >=1.10 && <1.11 , hasql-pool >=1.2 && <1.5- , keiro-migrations ^>=0.15.0.0+ , keiro-migrations ^>=0.16.0.0 , kiroku-store >=0.8 && <0.9 , kiroku-store-migrations ^>=0.4.0.0 , pg-migrate ^>=1.1.0.0