servant-server 0.19.1

This commit is contained in:
Maxim Koltsov 2022-03-21 14:13:52 +01:00
parent 89b66a3634
commit d52c5d08a0
No known key found for this signature in database
GPG Key ID: 52B5EDB68BF54442
2 changed files with 4 additions and 3 deletions

View File

@ -3,10 +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.
Unreleased
----------
0.19.1
------
- Add `MonadFail` instance for `Handler` wrt [#1545](https://github.com/haskell-servant/servant/issues/1545)
- Support GHC 9.2 [#1525](https://github.com/haskell-servant/servant/issues/1525)
0.19
----

View File

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