Skip to content

Commit

Permalink
Update version numbers and changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
valderman committed Sep 18, 2022
1 parent c270f35 commit b4c533a
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 deletions.
13 changes: 12 additions & 1 deletion ChangeLog.hs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,18 @@ import Text.Read

changeLog :: ChangeLog
changeLog =
[ Version "0.5.1.0" "2020-01-20"
[ Version "0.5.2.0" "2022-09-18"
"Quality of life improvements"
[ "Add support for GHC versions 8.10-9.2"
, "Add typed UUIDs"
, "Allow literal rows in update queries. (#139)"
, "Add support for UNION/UNION ALL. (#140)"
, "Suppor raw PostgreSQL connetion strings. (#136)"
, "Move to Docker and GitHub actions for testing."
, "Drop support for GHC versions <8.8."
, "Various bugfixes."
]
, Version "0.5.1.0" "2020-01-20"
"Raw SQL support"
[ "Support for raw SQL fragments. (#134)"
, "Expose tableName."
Expand Down
2 changes: 1 addition & 1 deletion selda-json/selda-json.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: >=1.10
name: selda-json
version: 0.1.1.0
version: 0.1.1.1
synopsis: JSON support for the Selda database library.
description: Types and classes to support storing and querying
JSON values using Selda via Aeson.
Expand Down
2 changes: 1 addition & 1 deletion selda-postgresql/selda-postgresql.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: selda-postgresql
version: 0.1.8.1
version: 0.1.8.2
synopsis: PostgreSQL backend for the Selda database EDSL.
description: PostgreSQL backend for the Selda database EDSL.
Requires the PostgreSQL @libpq@ development libraries to be
Expand Down
2 changes: 1 addition & 1 deletion selda-sqlite/selda-sqlite.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: selda-sqlite
version: 0.1.7.1
version: 0.1.7.2
synopsis: SQLite backend for the Selda database EDSL.
description: Allows the Selda database EDSL to be used with SQLite
databases.
Expand Down

0 comments on commit b4c533a

Please sign in to comment.