Skip to content

Commit

Permalink
Add changelogs and bump x-revision
Browse files Browse the repository at this point in the history
  • Loading branch information
phadej committed May 30, 2019
1 parent b34355d commit e0d3f78
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 3 deletions.
2 changes: 1 addition & 1 deletion servant-client/servant-client.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: >=1.10
name: servant-client
version: 0.16
x-revision: 1
x-revision: 2

synopsis: Automatic derivation of querying functions for servant
category: Servant, Web
Expand Down
2 changes: 1 addition & 1 deletion servant-docs/servant-docs.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: >=1.10
name: servant-docs
version: 0.11.3
x-revision: 2
x-revision: 3

synopsis: generate API docs for your servant webservice
category: Servant, Web
Expand Down
2 changes: 1 addition & 1 deletion servant-http-streams/servant-http-streams.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: >=1.10
name: servant-http-streams
version: 0.16
x-revision: 1
x-revision: 2

synopsis: Automatic derivation of querying functions for servant
category: Servant, Web
Expand Down
6 changes: 6 additions & 0 deletions servant-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
[The latest version of this document is on GitHub.](https://github.com/haskell-servant/servant/blob/master/servant-server/CHANGELOG.md)
[Changelog for `servant` package contains significant entries for all core packages.](https://github.com/haskell-servant/servant/blob/master/servant/CHANGELOG.md)

0.16.1
------

* Use `http-api-data-0.4.1` (a part of its API is re-exported)
[#1181](https://github.com/haskell-servant/servant/pull/1181)

0.16
----

Expand Down
10 changes: 10 additions & 0 deletions servant/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
[The latest version of this document is on GitHub.](https://github.com/haskell-servant/servant/blob/master/servant/CHANGELOG.md)

0.16.1
------

* Add `Semigroup` and `Monoid` `SourceT` instances
[#1158](https://github.com/haskell-servant/servant/pull/1158)
[#1159](https://github.com/haskell-servant/servant/pull/1159)
* Use `http-api-data-0.4.1`
[#1181](https://github.com/haskell-servant/servant/pull/1181)
* Allow newer dependencies

0.16.0.1
--------

Expand Down

0 comments on commit e0d3f78

Please sign in to comment.