Skip to content

Commit

Permalink
Release 0.12.1 (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
maksbotan authored Jun 5, 2021
1 parent 77fd842 commit a940d3f
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 5 deletions.
6 changes: 5 additions & 1 deletion servant-multipart-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
TODO
0.12.1
------

- First release of split package,
[#51](https://github.com/haskell-servant/servant-multipart/pull/51)
2 changes: 1 addition & 1 deletion servant-multipart-api/servant-multipart-api.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: servant-multipart-api
version: 0.12
version: 0.12.1
synopsis: multipart/form-data (e.g file upload) support for servant
description:
This package contains servant API types that support multiform upload, used by
Expand Down
6 changes: 5 additions & 1 deletion servant-multipart-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
TODO
0.12.1
------

- First release of split package,
[#51](https://github.com/haskell-servant/servant-multipart/pull/51)
2 changes: 1 addition & 1 deletion servant-multipart-client/servant-multipart-client.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: servant-multipart-client
version: 0.12
version: 0.12.1
synopsis: multipart/form-data (e.g file upload) support for servant
description:
This package adds client-side support for file upload to the servant ecosystem.
Expand Down
6 changes: 6 additions & 0 deletions servant-multipart/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
0.12.1
------

- split package into api, server and client parts
[#51](https://github.com/haskell-servant/servant-multipart/pull/51)

0.12
----

Expand Down
2 changes: 1 addition & 1 deletion servant-multipart/servant-multipart.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: servant-multipart
version: 0.12
version: 0.12.1
synopsis: multipart/form-data (e.g file upload) support for servant
description:
This package adds server-side support of file upload to the servant ecosystem.
Expand Down

0 comments on commit a940d3f

Please sign in to comment.