Skip to content

Commit

Permalink
servant-server 0.19.1
Browse files Browse the repository at this point in the history
  • Loading branch information
maksbotan committed Mar 21, 2022
1 parent 89b66a3 commit d52c5d0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions servant-server/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
----
Expand Down
2 changes: 1 addition & 1 deletion servant-server/servant-server.cabal
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit d52c5d0

Please sign in to comment.