packages feed

keiro-migrations 0.8.0.0 → 0.9.0.0

raw patch · 2 files changed

+7/−1 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -6,6 +6,11 @@  ## [Unreleased] +## 0.9.0.0 — 2026-08-02++No changes this release. Released with the package set for the `keiro-dsl`+0.9.0.0 work.+ ## 0.8.0.0 — 2026-08-01  No changes this release. Version moves with the package set.
keiro-migrations.cabal view
@@ -1,6 +1,6 @@ cabal-version:      3.0 name:               keiro-migrations-version:            0.8.0.0+version:            0.9.0.0 synopsis:           Schema migrations for keiro description:   Embedded PostgreSQL schema migrations and a migration runner for the Keiro@@ -310,6 +310,7 @@   default-extensions:     DeriveAnyClass     DuplicateRecordFields+    ImportQualifiedPost     MultilineStrings     OverloadedLabels     OverloadedStrings