Skip to content

Commit c0dbb36

Browse files
committed
Merge branch 'release/1.1.0'
2 parents 3a7d421 + d6afa1d commit c0dbb36

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
# CHANGELOG
22

3+
# 1.1.0
4+
5+
## Added
6+
* `deriveEntity` - TH derivation `Entity` instances for you types
7+
* `deriveEverything` - TH derivation of `Entity`, `ToRow` and `FromRow` in one shot
8+
9+
## Changed
10+
* Docs improoved
11+
312
# 1.0.1
413
The first usable version

postgresql-query.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: postgresql-query
2-
version: 1.0.1
2+
version: 1.1.0
33

44
synopsis: Sql interpolating quasiquote plus some kind of primitive ORM
55
using it

0 commit comments

Comments
 (0)