Skip to content

Commit 3ce5741

Browse files
committed
servant 0.20.1
1 parent b9da2f3 commit 3ce5741

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

servant/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
Package versions follow the [Package Versioning Policy](https://pvp.haskell.org/): in A.B.C, bumps to either A or B represent major versions.
44

5+
0.20.1
6+
----
7+
8+
- Support aeson-2.2 [#1695](https://github.com/haskell-servant/servant/pull/1695)
9+
510
0.20
611
----
712

servant/servant.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.2
22
name: servant
3-
version: 0.20
3+
version: 0.20.1
44

55
synopsis: A family of combinators for defining webservices APIs
66
category: Servant, Web

0 commit comments

Comments
 (0)