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 92fd1e2 commit e9bc233Copy full SHA for e9bc233
CHANGELOG.md
@@ -1,7 +1,9 @@
1
-0.11.7
2
-------
+0.12
+----
3
4
- support servant-0.18
5
+- version bump for breaking change in
6
+ [#36](https://github.com/haskell-servant/servant-multipart/pull/36)
7
8
0.11.6
9
------
servant-multipart.cabal
@@ -1,5 +1,5 @@
name: servant-multipart
-version: 0.11.7
+version: 0.12
synopsis: multipart/form-data (e.g file upload) support for servant
description:
This package adds support for file upload to the servant ecosystem. It draws
0 commit comments