Skip to content

Commit c8d55f9

Browse files
Bump version
1 parent e0f6322 commit c8d55f9

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

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

3+
# v0.5.1
4+
35
* Add GHC 9.8 support
46
* Drop support for GHC < 9.4
57

package.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: persistent-mtl
2-
version: 0.5.0.1
2+
version: 0.5.1
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.0.1
8+
version: 0.5.1
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)