Skip to content

Commit aa60441

Browse files
Bump version
1 parent d187ca4 commit aa60441

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

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

3+
# v0.5.2
4+
5+
* Add GHC 9.10 support
6+
* Drop support for GHC < 9.8
7+
38
# v0.5.1
49

510
* Add GHC 9.8 support

package.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: persistent-mtl
2-
version: 0.5.1
2+
version: 0.5.2
33
maintainer: Brandon Chinn <[email protected]>
44
synopsis: Monad transformer for the persistent API
55
description: |

persistent-mtl.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ cabal-version: 1.12
55
-- see: https://github.com/sol/hpack
66

77
name: persistent-mtl
8-
version: 0.5.1
8+
version: 0.5.2
99
synopsis: Monad transformer for the persistent API
1010
description: A monad transformer and mtl-style type class for using the
1111
persistent API directly in your monad transformer stack.

0 commit comments

Comments
 (0)