Skip to content

Commit

Permalink
Bump version and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
fizruk committed Apr 21, 2017
1 parent e5b2414 commit 5158283
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
0.3.7
---

* Minor change
* Minor changes:
* Use [`attoparsec-iso8601`](http://hackage.haskell.org/package/attoparsec-iso8601)
for parsing of time types. Now the accepted formats are the same as by `aeson`,
i.e. parsers are more lenient
(see [#41](https://github.com/fizruk/http-api-data/pull/41)).
(see [#41](https://github.com/fizruk/http-api-data/pull/41));
* Preserve fractions of a second in `ToHttpApiData` instances (see [#53](https://github.com/fizruk/http-api-data/pull/53));
* Add `ToHttpApiData` and `FromHttpApiData` instances for `TimeOfDay` (see [#53](https://github.com/fizruk/http-api-data/pull/53)).

0.3.6
---
Expand Down
2 changes: 1 addition & 1 deletion http-api-data.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: http-api-data
version: 0.3.6
version: 0.3.7
license: BSD3
license-file: LICENSE
author: Nickolay Kudasov <[email protected]>
Expand Down

0 comments on commit 5158283

Please sign in to comment.