Skip to content

Commit 0ad2bd2

Browse files
authored
Prepare 0.18.2 release (#1364)
1 parent ce63802 commit 0ad2bd2

File tree

14 files changed

+65
-10
lines changed

14 files changed

+65
-10
lines changed

servant-client-core/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
[The latest version of this document is on GitHub.](https://github.com/haskell-servant/servant/blob/master/servant-client-core/CHANGELOG.md)
22
[Changelog for `servant` package contains significant entries for all core packages.](https://github.com/haskell-servant/servant/blob/master/servant/CHANGELOG.md)
33

4+
0.18.2
5+
------
6+
7+
### Significant changes
8+
9+
- Support `Fragment` combinator.
10+
411
0.18.1
512
------
613

servant-client-core/servant-client-core.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: >=1.10
22
name: servant-client-core
3-
version: 0.18.1
3+
version: 0.18.2
44

55
synopsis: Core functionality and class for client function generation for servant APIs
66
category: Servant, Web

servant-client/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
[The latest version of this document is on GitHub.](https://github.com/haskell-servant/servant/blob/master/servant-client/CHANGELOG.md)
22
[Changelog for `servant` package contains significant entries for all core packages.](https://github.com/haskell-servant/servant/blob/master/servant/CHANGELOG.md)
33

4+
0.18.2
5+
------
6+
7+
### Significant changes
8+
9+
- Support `Fragment` combinator.
10+
411
0.18.1
512
------
613

servant-client/servant-client.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: >=1.10
22
name: servant-client
3-
version: 0.18.1
3+
version: 0.18.2
44

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

6363
-- Other dependencies: Lower bound around what is in the latest Stackage LTS.
6464
-- Here can be exceptions if we really need features from the newer versions.

servant-docs/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
[The latest version of this document is on GitHub.](https://github.com/haskell-servant/servant/blob/master/servant-docs/CHANGELOG.md)
22
[Changelog for `servant` package contains significant entries for all core packages.](https://github.com/haskell-servant/servant/blob/master/servant/CHANGELOG.md)
33

4+
0.11.8
5+
------
6+
7+
### Significant changes
8+
9+
- Support `Fragment` combinator.
10+
411
0.11.7
512
------
613

servant-docs/servant-docs.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: >=1.10
22
name: servant-docs
3-
version: 0.11.7
3+
version: 0.11.8
44

55
synopsis: generate API docs for your servant webservice
66
category: Servant, Web

servant-foreign/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
[The latest version of this document is on GitHub.](https://github.com/haskell-servant/servant/blob/master/servant-foreign/CHANGELOG.md)
22
[Changelog for `servant` package contains significant entries for all core packages.](https://github.com/haskell-servant/servant/blob/master/servant/CHANGELOG.md)
33

4+
0.15.3
5+
------
6+
7+
### Significant changes
8+
9+
- Support `Fragment` combinator.
10+
11+
0.15.2
12+
------
13+
14+
* Support `servant-0.18`.
15+
416
0.15.1
517
------
618

servant-foreign/servant-foreign.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: >=1.10
22
name: servant-foreign
3-
version: 0.15.2
3+
version: 0.15.3
44

55
synopsis: Helpers for generating clients for servant APIs in any programming language
66
category: Servant, Web

servant-http-streams/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
[The latest version of this document is on GitHub.](https://github.com/haskell-servant/servant/blob/master/servant-http-streams/CHANGELOG.md)
22
[Changelog for `servant` package contains significant entries for all core packages.](https://github.com/haskell-servant/servant/blob/master/servant/CHANGELOG.md)
33

4+
0.18.2
5+
------
6+
7+
### Significant changes
8+
9+
- Support `servant-client-core` 0.18.2.
10+
411
0.18.1
512
------
613

servant-http-streams/servant-http-streams.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: >=1.10
22
name: servant-http-streams
3-
version: 0.18.1
3+
version: 0.18.2
44

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

6060
-- Other dependencies: Lower bound around what is in the latest Stackage LTS.
6161
-- Here can be exceptions if we really need features from the newer versions.

0 commit comments

Comments
 (0)