relay-pagination 0.1.0.0 → 0.1.1.0
raw patch · 2 files changed
+5/−1 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- relay-pagination.cabal +1/−1
CHANGELOG.md view
@@ -2,6 +2,10 @@ Versioning follows the [Haskell Package Versioning Policy](https://pvp.haskell.org/). +## 0.1.1.0 — 2026-07-24++No package-specific changes.+ ## 0.1.0.0 — 2026-07-16 Initial contents:
relay-pagination.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: relay-pagination-version: 0.1.0.0+version: 0.1.1.0 synopsis: Relay-style cursor pagination wire types and opaque cursor codec