pgmq-migration 0.6.1.0 → 0.6.1.1
raw patch · 2 files changed
+11/−4 lines, 2 filesdep ~pg-migratedep ~pg-migrate-embeddep ~pg-migrate-import-hasql-migrationPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: pg-migrate, pg-migrate-embed, pg-migrate-import-hasql-migration
API changes (from Hackage documentation)
Files
- CHANGELOG.md +7/−0
- pgmq-migration.cabal +4/−4
CHANGELOG.md view
@@ -1,5 +1,12 @@ # Changelog for pgmq-migration +## 0.6.1.1 -- 2026-09-25++Accept the `pg-migrate` 1.2 series alongside 1.1: `pg-migrate`, `pg-migrate-embed` and+`pg-migrate-import-hasql-migration` are now bounded `^>=1.1.0.0 || ^>=1.2.0.0`. Those+packages changed only their internal bounds in 1.2, so the migration ledger, validators+and exported API are unchanged from 0.6.1.0.+ ## 0.6.1.0 -- 2026-09-16 Coordinated family version bump; the migration ledger and validators are unchanged
pgmq-migration.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.4 name: pgmq-migration-version: 0.6.1.0+version: 0.6.1.1 synopsis: PGMQ schema migrations without PostgreSQL extension description: Installs the PGMQ schema into PostgreSQL without requiring the pgmq extension.@@ -61,9 +61,9 @@ file-embed ^>=0.0.16, hasql ^>=1.10, hasql-transaction ^>=1.2,- pg-migrate ^>=1.1.0.0,- pg-migrate-embed ^>=1.1.0.0,- pg-migrate-import-hasql-migration ^>=1.1.0.0,+ pg-migrate ^>=1.1.0.0 || ^>=1.2.0.0,+ pg-migrate-embed ^>=1.1.0.0 || ^>=1.2.0.0,+ pg-migrate-import-hasql-migration ^>=1.1.0.0 || ^>=1.2.0.0, text ^>=2.1, hs-source-dirs: src