Skip to content

Commit

Permalink
Prepare 0.18.2 release (#1364)
Browse files Browse the repository at this point in the history
  • Loading branch information
maksbotan authored Nov 22, 2020
1 parent ce63802 commit 0ad2bd2
Show file tree
Hide file tree
Showing 14 changed files with 65 additions and 10 deletions.
7 changes: 7 additions & 0 deletions servant-client-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
[The latest version of this document is on GitHub.](https://github.com/haskell-servant/servant/blob/master/servant-client-core/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.18.2
------

### Significant changes

- Support `Fragment` combinator.

0.18.1
------

Expand Down
2 changes: 1 addition & 1 deletion servant-client-core/servant-client-core.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: >=1.10
name: servant-client-core
version: 0.18.1
version: 0.18.2

synopsis: Core functionality and class for client function generation for servant APIs
category: Servant, Web
Expand Down
7 changes: 7 additions & 0 deletions servant-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
[The latest version of this document is on GitHub.](https://github.com/haskell-servant/servant/blob/master/servant-client/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.18.2
------

### Significant changes

- Support `Fragment` combinator.

0.18.1
------

Expand Down
4 changes: 2 additions & 2 deletions servant-client/servant-client.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: >=1.10
name: servant-client
version: 0.18.1
version: 0.18.2

synopsis: Automatic derivation of querying functions for servant
category: Servant, Web
Expand Down Expand Up @@ -58,7 +58,7 @@ library
-- Strict dependency on `servant-client-core` as we re-export things.
build-depends:
servant == 0.18.*
, servant-client-core >= 0.18.1 && <0.18.2
, servant-client-core >= 0.18.2 && <0.18.3

-- Other dependencies: Lower bound around what is in the latest Stackage LTS.
-- Here can be exceptions if we really need features from the newer versions.
Expand Down
7 changes: 7 additions & 0 deletions servant-docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
[The latest version of this document is on GitHub.](https://github.com/haskell-servant/servant/blob/master/servant-docs/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.11.8
------

### Significant changes

- Support `Fragment` combinator.

0.11.7
------

Expand Down
2 changes: 1 addition & 1 deletion servant-docs/servant-docs.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: >=1.10
name: servant-docs
version: 0.11.7
version: 0.11.8

synopsis: generate API docs for your servant webservice
category: Servant, Web
Expand Down
12 changes: 12 additions & 0 deletions servant-foreign/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
[The latest version of this document is on GitHub.](https://github.com/haskell-servant/servant/blob/master/servant-foreign/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.15.3
------

### Significant changes

- Support `Fragment` combinator.

0.15.2
------

* Support `servant-0.18`.

0.15.1
------

Expand Down
2 changes: 1 addition & 1 deletion servant-foreign/servant-foreign.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: >=1.10
name: servant-foreign
version: 0.15.2
version: 0.15.3

synopsis: Helpers for generating clients for servant APIs in any programming language
category: Servant, Web
Expand Down
7 changes: 7 additions & 0 deletions servant-http-streams/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
[The latest version of this document is on GitHub.](https://github.com/haskell-servant/servant/blob/master/servant-http-streams/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.18.2
------

### Significant changes

- Support `servant-client-core` 0.18.2.

0.18.1
------

Expand Down
4 changes: 2 additions & 2 deletions servant-http-streams/servant-http-streams.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: >=1.10
name: servant-http-streams
version: 0.18.1
version: 0.18.2

synopsis: Automatic derivation of querying functions for servant
category: Servant, Web
Expand Down Expand Up @@ -55,7 +55,7 @@ library
-- Strict dependency on `servant-client-core` as we re-export things.
build-depends:
servant == 0.18.*
, servant-client-core >= 0.18.1 && <0.18.2
, servant-client-core >= 0.18.2 && <0.18.3

-- Other dependencies: Lower bound around what is in the latest Stackage LTS.
-- Here can be exceptions if we really need features from the newer versions.
Expand Down
7 changes: 7 additions & 0 deletions servant-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
[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.18.2
------

### Significant changes

- Support `Fragment` combinator.

0.18.1
------

Expand Down
4 changes: 2 additions & 2 deletions servant-server/servant-server.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: >=1.10
name: servant-server
version: 0.18.1
version: 0.18.2

synopsis: A family of combinators for defining webservices APIs and serving them
category: Servant, Web
Expand Down Expand Up @@ -71,7 +71,7 @@ library
-- Servant dependencies
-- strict dependency as we re-export 'servant' things.
build-depends:
servant >= 0.18.1 && < 0.18.2
servant >= 0.18.2 && < 0.18.3
, http-api-data >= 0.4.1 && < 0.4.3

-- Other dependencies: Lower bound around what is in the latest Stackage LTS.
Expand Down
8 changes: 8 additions & 0 deletions servant/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
[The latest version of this document is on GitHub.](https://github.com/haskell-servant/servant/blob/master/servant/CHANGELOG.md)

0.18.2
------

### Significant changes

- Introduce `Fragment` combinator.
- Fix `MimeRender` and `MimeUnrender` instances for `WithStatus`.

0.18.1
------

Expand Down
2 changes: 1 addition & 1 deletion servant/servant.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: >=1.10
name: servant
version: 0.18.1
version: 0.18.2

synopsis: A family of combinators for defining webservices APIs
category: Servant, Web
Expand Down

0 comments on commit 0ad2bd2

Please sign in to comment.