We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89b66a3 commit d52c5d0Copy full SHA for d52c5d0
servant-server/CHANGELOG.md
@@ -3,10 +3,11 @@
3
4
Package versions follow the [Package Versioning Policy](https://pvp.haskell.org/): in A.B.C, bumps to either A or B represent major versions.
5
6
-Unreleased
7
-----------
+0.19.1
+------
8
9
- Add `MonadFail` instance for `Handler` wrt [#1545](https://github.com/haskell-servant/servant/issues/1545)
10
+- Support GHC 9.2 [#1525](https://github.com/haskell-servant/servant/issues/1525)
11
12
0.19
13
----
servant-server/servant-server.cabal
@@ -1,6 +1,6 @@
1
cabal-version: 2.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
0 commit comments