Skip to content

Commit acaea9e

Browse files
committed
Version bump
1 parent bcbf166 commit acaea9e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

ChangeLog.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.4.7.1
2+
3+
* Use parseTimeM from Data.Time.Format instead of parseTime (https://github.com/paul-rouse/mysql-simple/pull/53)
4+
15
## 0.4.7
26

37
* Allow JSON fields to be read in as ByteStrings (https://github.com/paul-rouse/mysql-simple/pull/52)

mysql-simple.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: mysql-simple
2-
version: 0.4.7
2+
version: 0.4.7.1
33
homepage: https://github.com/paul-rouse/mysql-simple
44
bug-reports: https://github.com/paul-rouse/mysql-simple/issues
55
synopsis: A mid-level MySQL client library.

0 commit comments

Comments
 (0)