Skip to content

Commit

Permalink
Bump version and log changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
naushadh committed Oct 3, 2018
1 parent e4e24b6 commit e8e1b72
Show file tree
Hide file tree
Showing 8 changed files with 27 additions and 4 deletions.
6 changes: 6 additions & 0 deletions persistent-mysql/ChangeLog.md
@@ -1,3 +1,9 @@
# Changelog for persistent-mysql

## 2.9.2

* Fix [832](https://github.com/yesodweb/persistent/issues/832): `repsertMany` now matches `mapM_ (uncurry repsert)` and is atomic.

## 2.9.1

* Added support for SQL isolation levels to via SqlBackend. [#812]
Expand Down
2 changes: 1 addition & 1 deletion persistent-mysql/persistent-mysql.cabal
@@ -1,5 +1,5 @@
name: persistent-mysql
version: 2.9.1
version: 2.9.2
license: MIT
license-file: LICENSE
author: Felipe Lessa <felipe.lessa@gmail.com>, Michael Snoyman
Expand Down
6 changes: 6 additions & 0 deletions persistent-postgresql/ChangeLog.md
@@ -1,3 +1,9 @@
# Changelog for persistent-postgresql

## 2.9.2

* Fix [832](https://github.com/yesodweb/persistent/issues/832): `repsertMany` now matches `mapM_ (uncurry repsert)` and is atomic.

## 2.9.1

* Added support for SQL isolation levels to via SqlBackend. [#812]
Expand Down
2 changes: 1 addition & 1 deletion persistent-postgresql/persistent-postgresql.cabal
@@ -1,5 +1,5 @@
name: persistent-postgresql
version: 2.9.1.0
version: 2.9.2
license: MIT
license-file: LICENSE
author: Felipe Lessa, Michael Snoyman <michael@snoyman.com>
Expand Down
5 changes: 5 additions & 0 deletions persistent-sqlite/ChangeLog.md
@@ -1,5 +1,10 @@
# Changelog for persistent-sqlite

## 2.9.2

* Update the vendored SQLite C library from 3.22.0 to 3.25.2. See [the SQLite changelog](https://sqlite.org/changes.html) for details.
* Fix [832](https://github.com/yesodweb/persistent/issues/832): `repsertMany` now matches `mapM_ (uncurry repsert)` and is atomic.

## 2.9.1

* Added support for SQL isolation levels to via SqlBackend. [#812] SQLite technically only supports Serializable.
Expand Down
2 changes: 1 addition & 1 deletion persistent-sqlite/persistent-sqlite.cabal
@@ -1,5 +1,5 @@
name: persistent-sqlite
version: 2.9.1.0
version: 2.9.2
license: MIT
license-file: LICENSE
author: Michael Snoyman <michael@snoyman.com>
Expand Down
6 changes: 6 additions & 0 deletions persistent/ChangeLog.md
@@ -1,3 +1,9 @@
# Changelog for persistent

## 2.9.2

* Fix [832](https://github.com/yesodweb/persistent/issues/832): `repsertMany` now matches `mapM_ (uncurry repsert)` and is atomic for supported sql back-ends.

## 2.9.1

* Added support for SQL isolation levels to via SqlBackend. [#812]
Expand Down
2 changes: 1 addition & 1 deletion persistent/persistent.cabal
@@ -1,5 +1,5 @@
name: persistent
version: 2.9.1
version: 2.9.2
license: MIT
license-file: LICENSE
author: Michael Snoyman <michael@snoyman.com>
Expand Down

0 comments on commit e8e1b72

Please sign in to comment.