keiro-ops 0.18.0.0 → 0.19.0.0
raw patch · 2 files changed
+19/−10 lines, 2 filesdep ~keirodep ~keiro-migrationsdep ~keiro-pgmqPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: keiro, keiro-migrations, keiro-pgmq, keiro-test-support, kiroku-store, pgmq-migration
API changes (from Hackage documentation)
Files
- CHANGELOG.md +9/−0
- keiro-ops.cabal +10/−10
CHANGELOG.md view
@@ -6,6 +6,15 @@ ## [Unreleased] +## 0.19.0.0 — 2026-09-25++### Other Changes++- Require `kiroku-store >=0.9.0.1 && <0.10`. The test suite requires+ `pgmq-migration >=0.6.1.1 && <0.7`. The version moves in lockstep with the+ rest of the packages, and the `keiro`, `keiro-pgmq`, and `keiro-migrations` bounds+ are raised accordingly.+ ## 0.18.0.0 — 2026-09-20
keiro-ops.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: keiro-ops-version: 0.18.0.0+version: 0.19.0.0 synopsis: Operational command-line interface for Keiro deployments description: A standalone database-only console and embeddable command tree for inspecting@@ -73,10 +73,10 @@ effectful >=2.6 && <2.7, effectful-core >=2.6 && <2.7, hasql >=1.10 && <1.11,- keiro ^>=0.18.0.0,- keiro-migrations ^>=0.18.0.0,- keiro-pgmq ^>=0.18.0.0,- kiroku-store >=0.8 && <0.9,+ keiro ^>=0.19.0.0,+ keiro-migrations ^>=0.19.0.0,+ keiro-pgmq ^>=0.19.0.0,+ kiroku-store >=0.9.0.1 && <0.10, optparse-applicative >=0.18 && <0.20, text >=2.1 && <2.2, time >=1.12 && <1.15,@@ -117,13 +117,13 @@ hasql >=1.10 && <1.11, hasql-transaction >=1.1 && <1.3, hspec >=2.11,- keiro ^>=0.18.0.0,+ keiro ^>=0.19.0.0, keiro-ops,- keiro-pgmq ^>=0.18.0.0,- keiro-test-support ^>=0.18.0.0,- kiroku-store >=0.8 && <0.9,+ keiro-pgmq ^>=0.19.0.0,+ keiro-test-support ^>=0.19.0.0,+ kiroku-store >=0.9.0.1 && <0.10, optparse-applicative >=0.18 && <0.20,- pgmq-migration >=0.6 && <0.7,+ pgmq-migration >=0.6.1.1 && <0.7, process >=1.6 && <1.7, text >=2.1 && <2.2, time >=1.12 && <1.15,