Skip to content

Commit

Permalink
Released autodocodec-servant-multipart
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Sydney Kerckhove committed Oct 6, 2022
1 parent 122ff64 commit c8c6965
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ library
src
build-depends:
aeson
, autodocodec
, autodocodec >=0.2.0.1
, base >=4.7 && <5
, bytestring
, servant-multipart
Expand Down
2 changes: 1 addition & 1 deletion autodocodec-servant-multipart/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ library:
source-dirs: src
dependencies:
- aeson
- autodocodec
- autodocodec >=0.2.0.1
- bytestring
- servant-multipart
- servant-multipart-api
Expand Down
6 changes: 6 additions & 0 deletions autodocodec/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion autodocodec/autodocodec.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion autodocodec/package.yaml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit c8c6965

Please sign in to comment.