pgmq-migration 0.1.3.0 → 0.2.0.0
raw patch · 2 files changed
+6/−1 lines, 2 files
Files
- CHANGELOG.md +5/−0
- pgmq-migration.cabal +1/−1
CHANGELOG.md view
@@ -1,5 +1,10 @@ # Changelog for pgmq-migration +## 0.2.0.0 -- 2026-04-23++* Version bump only — coordinated release with pgmq-effectful 0.2.0.0.+ No source-level changes since 0.1.3.0.+ ## 0.1.3.0 -- 2026-03-12 ### Other Changes
pgmq-migration.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.4 name: pgmq-migration-version: 0.1.3.0+version: 0.2.0.0 synopsis: PGMQ schema migrations without PostgreSQL extension description: Installs the PGMQ schema into PostgreSQL without requiring the pgmq extension.