Skip to content

Commit

Permalink
Add changelog and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
tchoutri committed Jan 19, 2024
1 parent f5d678d commit 8fd116f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Revision history for Entity

## 0.0.4.4 -- 2024-12-23
## 0.0.5.0 -- 2024-01-19

* Update version of `bytestring` to 0.12, `text` to 2.1 and `postgresql-simple` to 0.7 ([#72](https://github.com/tchoutri/pg-entity/pull/72))

## 0.0.4.4 -- 2023-12-23
* Remove extraneous quoting of table name in _selectWithFields

## 0.0.4.3 -- 2023-06-26
Expand Down
4 changes: 2 additions & 2 deletions pg-entity.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description:
A PostgreSQL layer to safely expand your SQL queries with a lightweight eDSL.
Read the tutorial at https://hackage.haskell.org/package/pg-entity/src/docs/book/index.html

version: 0.0.4.4
version: 0.0.5.0
homepage:
https://hackage.haskell.org/package/pg-entity/src/docs/book/index.html

Expand All @@ -16,7 +16,7 @@ category: Database
license: MIT
build-type: Simple
tested-with:
GHC ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.8 || ==9.4.8
GHC ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.8 || ==9.4.8 || ==9.6.4

extra-source-files:
CHANGELOG.md
Expand Down

0 comments on commit 8fd116f

Please sign in to comment.