Skip to content

Commit c95faa5

Browse files
authored
Merge pull request #1354 from haskell-servant/bump-versions
Bump versions
2 parents c110589 + bd698ca commit c95faa5

File tree

12 files changed

+78
-8
lines changed

12 files changed

+78
-8
lines changed

servant-client-core/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-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.1
5+
------
6+
7+
### Significant changes
8+
9+
- Union verbs
10+
11+
### Other changes
12+
13+
- Bump "tested-with" ghc versions
14+
- Loosen bound on base16-bytestring
15+
416
0.18
517
----
618

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
3+
version: 0.18.1
44

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

servant-client/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
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.1
5+
------
6+
7+
### Significant changes
8+
9+
- Union verbs
10+
11+
### Other changes
12+
13+
- Bump "tested-with" ghc versions
14+
415
0.18
516
----
617

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
3+
version: 0.18.1
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 && <0.18.1
61+
, servant-client-core >= 0.18 && <0.18.2
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: 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-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.7
5+
------
6+
7+
### Significant changes
8+
9+
- Add instance for ToSample NonEmpty
10+
11+
### Other changes
12+
13+
- Bump "tested-with" ghc versions
14+
- Fix servant-docs code sample in README
15+
416
0.11.5
517
----
618

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.6
3+
version: 0.11.7
44

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

servant-http-streams/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
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.1
5+
------
6+
7+
### Significant changes
8+
9+
- Union verbs
10+
11+
### Other changes
12+
13+
- Bump "tested-with" ghc versions
14+
415
0.18
516
----
617

servant-http-streams/servant-http-streams.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-http-streams
3-
version: 0.18
3+
version: 0.18.1
44

55
synopsis: Automatic derivation of querying functions for servant
66
category: Servant, Web

servant-server/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-server/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.1
5+
------
6+
7+
### Significant changes
8+
9+
- Union verbs
10+
11+
### Other changes
12+
13+
- Bump "tested-with" ghc versions
14+
- Allow newer dependencies
15+
416
0.18
517
----
618

servant-server/servant-server.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-server
3-
version: 0.18
3+
version: 0.18.1
44

55
synopsis: A family of combinators for defining webservices APIs and serving them
66
category: Servant, Web
@@ -162,7 +162,7 @@ test-suite spec
162162
, QuickCheck >= 2.12.6.1 && < 2.14
163163
, should-not-typecheck >= 2.1.0 && < 2.2
164164
, temporary >= 1.3 && < 1.4
165-
, wai-extra >= 3.0.24.3 && < 3.1
165+
, wai-extra >= 3.0.24.3 && < 3.2
166166

167167
build-tool-depends:
168168
hspec-discover:hspec-discover >= 2.6.0 && <2.8

0 commit comments

Comments
 (0)