Skip to content

Commit 82f3b51

Browse files
committed
v0.0.4.4
1 parent 305affa commit 82f3b51

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Revision history for Entity
22

3+
## 0.0.4.4 -- 2024-12-23
4+
* Remove extraneous quoting of table name in _selectWithFields
5+
36
## 0.0.4.3 -- 2023-06-26
47
* Fix the URL of the tutorial
58
* Bump version bounds for `base`, `resource-pool` and `template-haskell`

pg-entity.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description:
55
A PostgreSQL layer to safely expand your SQL queries with a lightweight eDSL.
66
Read the tutorial at https://hackage.haskell.org/package/pg-entity/src/docs/book/index.html
77

8-
version: 0.0.4.3
8+
version: 0.0.4.4
99
homepage:
1010
https://hackage.haskell.org/package/pg-entity/src/docs/book/index.html
1111

0 commit comments

Comments
 (0)