keiro-migrations 0.10.0.0 → 0.11.0.0
raw patch · 2 files changed
+6/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- CHANGELOG.md +5/−1
- keiro-migrations.cabal +1/−1
CHANGELOG.md view
@@ -4,7 +4,11 @@ [Keep a Changelog](https://keepachangelog.com/), and the package follows the [Haskell Package Versioning Policy](https://pvp.haskell.org/). -## [Unreleased]+## [0.11.0.0] - 2026-08-05++No changes this release. Released with the package set for the `keiro-dsl`+0.11.0.0 work.+ ## 0.10.0.0 — 2026-08-03
keiro-migrations.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: keiro-migrations-version: 0.10.0.0+version: 0.11.0.0 synopsis: Schema migrations for keiro description: Embedded PostgreSQL schema migrations and a migration runner for the Keiro