Released autodocodec-servant-multipart

This commit is contained in:
Tom Sydney Kerckhove 2022-10-06 19:49:57 +02:00
parent 122ff64058
commit c8c6965d97
5 changed files with 10 additions and 4 deletions

View File

@ -32,7 +32,7 @@ library
src
build-depends:
aeson
, autodocodec
, autodocodec >=0.2.0.1
, base >=4.7 && <5
, bytestring
, servant-multipart

View File

@ -18,7 +18,7 @@ library:
source-dirs: src
dependencies:
- aeson
- autodocodec
- autodocodec >=0.2.0.1
- bytestring
- servant-multipart
- servant-multipart-api

View File

@ -1,5 +1,11 @@
# Changelog
## [0.2.0.1] - 2022-10-06
### Added
* The `HasObjectCodec` type class
## [0.2.0.0] - 2022-07-21
### Added

View File

@ -5,7 +5,7 @@ cabal-version: 1.12
-- see: https://github.com/sol/hpack
name: autodocodec
version: 0.2.0.0
version: 0.2.0.1
synopsis: Self-documenting encoder and decoder
homepage: https://github.com/NorfairKing/autodocodec#readme
bug-reports: https://github.com/NorfairKing/autodocodec/issues

View File

@ -1,5 +1,5 @@
name: autodocodec
version: 0.2.0.0
version: 0.2.0.1
github: "NorfairKing/autodocodec"
license: MIT
author: "Tom Sydney Kerckhove"