Skip to content

Commit

Permalink
Merge pull request #53 from obsidiansystems/release/0.1.4.0
Browse files Browse the repository at this point in the history
v0.1.4.0
  • Loading branch information
ali-abrar authored Aug 3, 2023
2 parents d179c38 + a5d0090 commit b1b06fd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
6 changes: 3 additions & 3 deletions beam-automigrate.cabal
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit b1b06fd

Please # to comment.