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 Feb 4, 2016
1 parent 7d07220 commit 2d1e34c
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
1.0
---

* Major changes (see [#24](https://github.com/haskell-servant/servant-swagger/pull/24)):
* Switch to `swagger2-2.*`;
* Add automatic `ToJSON`/`ToSchema` validation tests;
* Add great documentation;
* Export some type-level functions for servant API.

* Minor changes:
* Rework Todo API example;
* Stop exporting `ToResponseHeader`, `AllAccept` and `AllToResponseHeader` (see [bd50db4](https://github.com/haskell-servant/servant-swagger/commit/bd50db48ca6a106e4366560ded70932d409de1e2));
* Change maintainer, update authors/copyrights (see [1a62681](https://github.com/haskell-servant/servant-swagger/commit/1a6268101dc826a92c42e832e402e251c0d32147));
* Include changelog and example files into `extra-source-files`.

0.1.2
---

Expand Down
2 changes: 1 addition & 1 deletion example/example.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: example
version: 0.1.0.0
version: 1.0
synopsis: servant-swagger demonstration
description: servant-swagger demonstration
license: BSD3
Expand Down
2 changes: 1 addition & 1 deletion servant-swagger.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: servant-swagger
version: 0.1.2
version: 1.0
synopsis: Generate Swagger specification for your servant API.
description: Please see README.md
homepage: https://github.com/haskell-servant/servant-swagger
Expand Down

0 comments on commit 2d1e34c

Please sign in to comment.