Skip to content

Commit 58aa0d1

Browse files
authored
Merge pull request #1621 from haskell-servant/maksbotan/version-up
Version up for servant, servant-server
2 parents d5b9cbf + 18bc2cf commit 58aa0d1

File tree

4 files changed

+12
-2
lines changed

4 files changed

+12
-2
lines changed

servant-server/CHANGELOG.md

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

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

6+
0.19.2
7+
------
8+
9+
Compatibility with GHC 9.4, see [PR #1592](https://github.com/haskell-servant/servant/pull/1592).
10+
611
0.19.1
712
------
813

servant-server/servant-server.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-server
3-
version: 0.19.1
3+
version: 0.19.2
44

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

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.19.1
6+
------
7+
8+
Compatibility with GHC 9.4, see [PR #1592](https://github.com/haskell-servant/servant/pull/1592).
9+
510
0.19
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.19
3+
version: 0.19.1
44

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

0 commit comments

Comments
 (0)