ready to release

This commit is contained in:
Tom Sydney Kerckhove 2023-09-27 12:41:19 +02:00
parent f3b4c810cd
commit ffef3f79b4
4 changed files with 10 additions and 3 deletions

View File

@ -1,5 +1,12 @@
# Changelog
## [0.2.0.5] - 2023-08-27
### Added
* JSON Object-specific versions of encoding and decoding functions
* Documentation about how 'parseAlternative' and 'optionalField' together can be a pitfall.
## [0.2.0.4] - 2023-07-31
### Added

View File

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

View File

@ -4,7 +4,7 @@
}:
mkDerivation {
pname = "autodocodec";
version = "0.2.0.4";
version = "0.2.0.5";
src = ./.;
libraryHaskellDepends = [
aeson base bytestring containers hashable mtl scientific text time

View File

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