Skip to content

Commit

Permalink
Merge pull request #203 from GetShopTV/release-v2.5
Browse files Browse the repository at this point in the history
Release v2.5
  • Loading branch information
fizruk authored Nov 23, 2019
2 parents ea57696 + 6240a31 commit 7879efa
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
2.5
---

Highlights:
- Add instance for `TimeOfDay` (see [#196]( https://github.com/GetShopTV/swagger2/pull/196 ));
- Add support for [`optics`](https://hackage.haskell.org/package/optics) (see [#200]( https://github.com/GetShopTV/swagger2/pull/200 ));
- Slightly better validation errors (see [#195]( https://github.com/GetShopTV/swagger2/pull/195 ));

Fixes and minor changes:
- Minor cleanup (see [#194]( https://github.com/GetShopTV/swagger2/pull/194 ));
- Allow base-4.13 and other GHC-8.8 related stuff (see [#198]( https://github.com/GetShopTV/swagger2/pull/198 ));
- Fix `stack.yaml` (see [#201]( https://github.com/GetShopTV/swagger2/pull/201 ));

2.4
---

Expand Down
3 changes: 1 addition & 2 deletions swagger2.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
cabal-version: >=1.10
name: swagger2
version: 2.4
x-revision: 1
version: 2.5

synopsis: Swagger 2.0 data model
category: Web, Swagger
Expand Down

0 comments on commit 7879efa

Please sign in to comment.