From a5d0090acd05a444a75dd3effecbba82ea195561 Mon Sep 17 00:00:00 2001 From: Ali Abrar Date: Thu, 3 Aug 2023 10:36:29 -0400 Subject: [PATCH] v0.1.4.0 --- CHANGELOG.md | 5 +++++ beam-automigrate.cabal | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fce08e4..5c71f6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Revision history for beam-automigrate +## 0.1.4.0 + +* [#52](https://github.com/obsidiansystems/beam-automigrate/pull/52) Support sql arrays +* Loosen some version bounds + ## 0.1.3.0 * [#47](https://github.com/obsidiansystems/beam-automigrate/pull/47): Generate postgres enum types in schema when using `Nullable PgEnum` values. diff --git a/beam-automigrate.cabal b/beam-automigrate.cabal index bbd175c..acaf679 100644 --- a/beam-automigrate.cabal +++ b/beam-automigrate.cabal @@ -1,5 +1,5 @@ name: beam-automigrate -version: 0.1.3.0 +version: 0.1.4.0 license-file: LICENSE build-type: Simple cabal-version: 2.0 @@ -42,7 +42,7 @@ library build-depends: aeson >=1.4.4 && <2.2 , base >=4.9 && <5 - , beam-core >=0.9 && <0.10 + , beam-core >=0.9 && <0.11 , beam-postgres >=0.5 && <0.6 , bytestring >=0.10.8.2 && <0.12.0.0 , containers >=0.5.9.2 && <0.8.0.0 @@ -125,7 +125,7 @@ executable beam-automigrate-integration-tests , beam-postgres , containers , postgresql-simple - , postgresql-syntax >= 0.4 && <0.5 + , postgresql-syntax >= 0.3 && <0.5 , pretty-simple , QuickCheck , tasty