diff --git a/autodocodec-schema/CHANGELOG.md b/autodocodec-schema/CHANGELOG.md index 5f7ea07..85e3c33 100644 --- a/autodocodec-schema/CHANGELOG.md +++ b/autodocodec-schema/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.1.0.4] - 2024-06-23 + +### Added + +* `Ord JSONSchema` +* `Ord ObjectSchema` +* `Ord KeyRequirement` + ## [0.1.0.3] - 2023-01-18 ### Changed diff --git a/autodocodec-schema/autodocodec-schema.cabal b/autodocodec-schema/autodocodec-schema.cabal index ce1de4b..7907700 100644 --- a/autodocodec-schema/autodocodec-schema.cabal +++ b/autodocodec-schema/autodocodec-schema.cabal @@ -5,13 +5,13 @@ cabal-version: 1.12 -- see: https://github.com/sol/hpack name: autodocodec-schema -version: 0.1.0.3 +version: 0.1.0.4 synopsis: Autodocodec interpreters for JSON Schema homepage: https://github.com/NorfairKing/autodocodec#readme bug-reports: https://github.com/NorfairKing/autodocodec/issues author: Tom Sydney Kerckhove maintainer: syd@cs-syd.eu -copyright: 2021-2022 Tom Sydney Kerckhove +copyright: 2021-2024 Tom Sydney Kerckhove license: MIT license-file: LICENSE build-type: Simple diff --git a/autodocodec-schema/default.nix b/autodocodec-schema/default.nix index bb39436..9ebbdda 100644 --- a/autodocodec-schema/default.nix +++ b/autodocodec-schema/default.nix @@ -4,7 +4,7 @@ }: mkDerivation { pname = "autodocodec-schema"; - version = "0.1.0.3"; + version = "0.1.0.4"; src = ./.; libraryHaskellDepends = [ aeson autodocodec base containers mtl text unordered-containers diff --git a/autodocodec-schema/package.yaml b/autodocodec-schema/package.yaml index df55a2f..9198bdb 100644 --- a/autodocodec-schema/package.yaml +++ b/autodocodec-schema/package.yaml @@ -1,10 +1,10 @@ name: autodocodec-schema -version: 0.1.0.3 +version: 0.1.0.4 github: "NorfairKing/autodocodec" license: MIT author: "Tom Sydney Kerckhove" maintainer: "syd@cs-syd.eu" -copyright: "2021-2022 Tom Sydney Kerckhove" +copyright: "2021-2024 Tom Sydney Kerckhove" synopsis: Autodocodec interpreters for JSON Schema extra-source-files: