Skip to content

Commit a940d3f

Browse files
authored
Release 0.12.1 (#55)
1 parent 77fd842 commit a940d3f

File tree

6 files changed

+19
-5
lines changed

6 files changed

+19
-5
lines changed

servant-multipart-api/CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1-
TODO
1+
0.12.1
2+
------
3+
4+
- First release of split package,
5+
[#51](https://github.com/haskell-servant/servant-multipart/pull/51)

servant-multipart-api/servant-multipart-api.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: servant-multipart-api
2-
version: 0.12
2+
version: 0.12.1
33
synopsis: multipart/form-data (e.g file upload) support for servant
44
description:
55
This package contains servant API types that support multiform upload, used by

servant-multipart-client/CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1-
TODO
1+
0.12.1
2+
------
3+
4+
- First release of split package,
5+
[#51](https://github.com/haskell-servant/servant-multipart/pull/51)

servant-multipart-client/servant-multipart-client.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: servant-multipart-client
2-
version: 0.12
2+
version: 0.12.1
33
synopsis: multipart/form-data (e.g file upload) support for servant
44
description:
55
This package adds client-side support for file upload to the servant ecosystem.

servant-multipart/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
0.12.1
2+
------
3+
4+
- split package into api, server and client parts
5+
[#51](https://github.com/haskell-servant/servant-multipart/pull/51)
6+
17
0.12
28
----
39

servant-multipart/servant-multipart.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: servant-multipart
2-
version: 0.12
2+
version: 0.12.1
33
synopsis: multipart/form-data (e.g file upload) support for servant
44
description:
55
This package adds server-side support of file upload to the servant ecosystem.

0 commit comments

Comments
 (0)