mirror of
https://github.com/NorfairKing/autodocodec.git
synced 2024-11-22 13:07:39 +03:00
ready to release
This commit is contained in:
parent
f3b4c810cd
commit
ffef3f79b4
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user