pgmq-core 0.3.0.0 → 0.4.0.0
raw patch · 2 files changed
+6/−1 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- CHANGELOG.md +5/−0
- pgmq-core.cabal +1/−1
CHANGELOG.md view
@@ -1,5 +1,10 @@ # Revision history for pgmq-core +## 0.4.0.0 -- 2026-07-14++* Version bump only — coordinated release with pgmq-migration 0.4.0.0.+ No source-level changes since 0.3.0.0.+ ## 0.3.0.0 -- 2026-05-31 * Version bump only — coordinated release with pgmq-effectful 0.3.0.0.
pgmq-core.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.4 name: pgmq-core-version: 0.3.0.0+version: 0.4.0.0 synopsis: Core types for pgmq-hs, a Haskell client for PGMQ description: Core types and type classes for pgmq-hs, a Haskell client library