Skip to content

Commit 6e595e5

Browse files
committed
new versions and changelogs
1 parent 8731423 commit 6e595e5

File tree

6 files changed

+18
-3
lines changed

6 files changed

+18
-3
lines changed

persistent-qq/ChangeLog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog for persistent-qq
22

3+
## 2.12.0.7
4+
* [#1601](https://github.com/yesodweb/persistent/pull/1601)
5+
* Adjust a test to avoid deprecated entity definition syntax
6+
37
## 2.12.0.6
48

59
* Fix test compilation by importing `Control.Monad` explicitly [#1487](https://github.com/yesodweb/persistent/pull/1487)

persistent-qq/persistent-qq.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 1.12
22
name: persistent-qq
3-
version: 2.12.0.6
3+
version: 2.12.0.7
44
synopsis: Provides a quasi-quoter for raw SQL for persistent
55
description:
66
Please see README and API docs at <http://www.stackage.org/package/persistent>.

persistent-test/ChangeLog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## Unreleased changes
22

3+
# 2.13.2.0
4+
* [#1601](https://github.com/yesodweb/persistent/pull/1601)
5+
* Adjust test data to avoid deprecated entity definition syntax
6+
37
## 2.13.1.4
48

59
* Support `persistent-2.17`

persistent-test/persistent-test.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: persistent-test
2-
version: 2.13.1.4
2+
version: 2.13.2.0
33
license: MIT
44
license-file: LICENSE
55
author: Michael Snoyman <michael@snoyman.com>

persistent/ChangeLog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog for persistent
22

3+
# 2.17.1.0
4+
5+
* [#1601](https://github.com/yesodweb/persistent/pull/1601)
6+
* Fix parsing of quoted attributes
7+
* Add and enforce `psQuotedAttributeErrorLevel`
8+
* Improve parsing of types and entity fields
9+
310
# 2.17.0.0
411

512
* [#1595](https://github.com/yesodweb/persistent/pull/1595)

persistent/persistent.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: persistent
2-
version: 2.17.0.0
2+
version: 2.17.1.0
33
license: MIT
44
license-file: LICENSE
55
author: Michael Snoyman <michael@snoyman.com>

0 commit comments

Comments
 (0)