Skip to content

Commit e234f14

Browse files
committed
Bump to 1.5.5.0
1 parent e97fa4c commit e234f14

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

aeson.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: aeson
2-
version: 1.5.4.1
2+
version: 1.5.5.0
33
license: BSD3
44
license-file: LICENSE
55
category: Text, Web, JSON

changelog.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
For the latest version of this document, please see [https://github.com/bos/aeson/blob/master/changelog.md](https://github.com/bos/aeson/blob/master/changelog.md).
22

3-
#### next
4-
* Add instances for `Month`, `Quarter` and `QuarterOfYear` (from `time-1.11`)
3+
### 1.5.5.0
4+
* Add instances for `Month`, `Quarter` and `QuarterOfYear` (from `time-1.11`), thanks to Oleg Grenrus.
5+
6+
* The aeson repository has been moved to the haskell github organization!
57

68
#### 1.5.4.1
79
* Use `Text.Encoding.decodeLatin1` to speed up ASCII string decoding, thanks to Dmitry Ivanov.

0 commit comments

Comments
 (0)