Skip to content

Commit fbb5093

Browse files
committed
Bump versions, add changelogs
1 parent 869b8e7 commit fbb5093

File tree

4 files changed

+10
-2
lines changed

4 files changed

+10
-2
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: 2.0.3.0
2+
version: 2.1.0.0
33
license: BSD3
44
license-file: LICENSE
55
category: Text, Web, JSON

attoparsec-iso8601/attoparsec-iso8601.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: attoparsec-iso8601
2-
version: 1.0.2.1
2+
version: 1.1.0.0
33
synopsis: Parsing of ISO 8601 dates, originally from aeson
44
description: Parsing of ISO 8601 dates, originally from aeson.
55
license: BSD3

attoparsec-iso8601/changelog.md

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

3+
### 1.1.0.0
4+
5+
- Change parsers of types with year (`Day`, `UTCTime`) to require years with at least 4 digits.
6+
37
### 1.0.2.1
48

59
* Code (re)organization.

changelog.md

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

3+
### 2.1.0.0
4+
5+
- Change time instances of types with year (`Day`, `UTCTime`) to require years with at least 4 digits.
6+
37
### 2.0.3.0
48

59
* `text-2.0` support

0 commit comments

Comments
 (0)