Add changelogs and bump x-revision

This commit is contained in:
Oleg Grenrus 2019-05-30 13:05:02 +03:00
parent b34355df7c
commit e0d3f7850e
5 changed files with 19 additions and 3 deletions

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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
----

View file

@ -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
--------