Skip to content

Commit 32cb3b9

Browse files
committed
Bump version to 3.3.0 and stuff
1 parent e3294af commit 32cb3b9

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

Diff for: CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# CHANGELOG
22

3+
## 3.3.0
4+
### Changed
5+
* Support for ghc-8.2 (Catherine Galkina)
6+
* Relax dependency constraints for inflections (Dmitry Bushev)
7+
38
## 3.2.0
49
### Changed
510
* Change interface of `deriveEntity`: now you can state the schema of

Diff for: postgresql-query.cabal

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

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

Diff for: testall.sh

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/bin/bash
2+
set -e
23

34
cp lts-2.9.yaml stack.yaml &&
45
stack clean && stack test &&

0 commit comments

Comments
 (0)