Version up for servant, servant-server

This commit is contained in:
Maxim Koltsov 2022-10-27 21:26:36 +02:00
parent d5b9cbf634
commit 18bc2cf314
No known key found for this signature in database
GPG Key ID: 52B5EDB68BF54442
4 changed files with 12 additions and 2 deletions

View File

@ -3,6 +3,11 @@
Package versions follow the [Package Versioning Policy](https://pvp.haskell.org/): in A.B.C, bumps to either A or B represent major versions.
0.19.2
------
Compatibility with GHC 9.4, see [PR #1592](https://github.com/haskell-servant/servant/pull/1592).
0.19.1
------

View File

@ -1,6 +1,6 @@
cabal-version: 2.2
name: servant-server
version: 0.19.1
version: 0.19.2
synopsis: A family of combinators for defining webservices APIs and serving them
category: Servant, Web

View File

@ -2,6 +2,11 @@
Package versions follow the [Package Versioning Policy](https://pvp.haskell.org/): in A.B.C, bumps to either A or B represent major versions.
0.19.1
------
Compatibility with GHC 9.4, see [PR #1592](https://github.com/haskell-servant/servant/pull/1592).
0.19
----

View File

@ -1,6 +1,6 @@
cabal-version: 2.2
name: servant
version: 0.19
version: 0.19.1
synopsis: A family of combinators for defining webservices APIs
category: Servant, Web