pgmq-migration 0.1.2.0 → 0.1.3.0
raw patch · 2 files changed
+8/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- CHANGELOG.md +6/−0
- pgmq-migration.cabal +2/−2
CHANGELOG.md view
@@ -1,5 +1,11 @@ # Changelog for pgmq-migration +## 0.1.3.0 -- 2026-03-12++### Other Changes++* Update repository homepage URL to shinzui/pgmq-hs+ ## 0.1.2.0 -- 2026-03-03 ### Other Changes
pgmq-migration.cabal view
@@ -1,12 +1,12 @@ cabal-version: 3.4 name: pgmq-migration-version: 0.1.2.0+version: 0.1.3.0 synopsis: PGMQ schema migrations without PostgreSQL extension description: Installs the PGMQ schema into PostgreSQL without requiring the pgmq extension. Uses hasql-migration for tracking applied migrations. -homepage: https://github.com/topagentnetwork/pgmq-hs+homepage: https://github.com/shinzui/pgmq-hs license: MIT license-file: LICENSE author: Nadeem Bitar