Ready for release

This commit is contained in:
Tom Sydney Kerckhove 2024-06-23 16:32:26 +02:00
parent a818df53b0
commit f5174c1b3a
11 changed files with 37 additions and 23 deletions

View File

@ -1,11 +1,21 @@
# Changelog
## [0.3.0.0] - 2024-06-23
### Added
* `jsonSchemaChunkLines`
### Changed
* Show number bounds in a nicer way.
## [0.2.0.3] - 2023-01-01
### Changed
Use the `ToYaml` instance instead of the `ToJSON` instance when encoding to Yaml.
This preserves the key order where `ToJSON` wouldn't.
* Use the `ToYaml` instance instead of the `ToJSON` instance when encoding to Yaml.
This preserves the key order where `ToJSON` wouldn't.
## [0.2.0.2] - 2022-07-21

View File

@ -5,7 +5,7 @@ cabal-version: 1.12
-- see: https://github.com/sol/hpack
name: autodocodec-yaml
version: 0.2.0.3
version: 0.3.0.0
synopsis: Autodocodec interpreters for yaml
homepage: https://github.com/NorfairKing/autodocodec#readme
bug-reports: https://github.com/NorfairKing/autodocodec/issues
@ -34,14 +34,14 @@ library
hs-source-dirs:
src
build-depends:
autodocodec >=0.2.0.0
autodocodec >=0.2.3.0
, autodocodec-schema >=0.1.0.0
, base >=4.7 && <5
, bytestring
, containers
, path
, path-io
, safe-coloured-text >=0.2.0.0
, safe-coloured-text >=0.3.0.1
, scientific
, text
, vector

View File

@ -4,7 +4,7 @@
}:
mkDerivation {
pname = "autodocodec-yaml";
version = "0.2.0.3";
version = "0.3.0.0";
src = ./.;
libraryHaskellDepends = [
autodocodec autodocodec-schema base bytestring containers path

View File

@ -1,5 +1,5 @@
name: autodocodec-yaml
version: 0.2.0.3
version: 0.3.0.0
github: "NorfairKing/autodocodec"
license: MIT
author: "Tom Sydney Kerckhove"
@ -17,13 +17,13 @@ dependencies:
library:
source-dirs: src
dependencies:
- autodocodec >= 0.2.0.0
- autodocodec >= 0.2.3.0
- autodocodec-schema >=0.1.0.0
- bytestring
- containers
- path
- path-io
- safe-coloured-text >=0.2.0.0
- safe-coloured-text >=0.3.0.1
- scientific
- text
- vector

View File

@ -1,5 +1,11 @@
# Changelog
## [0.2.3.0] - 2024-06-23
### Added
* `Ord NumberBounds` instance
## [0.2.2.0] - 2023-11-20
### Added

View File

@ -5,7 +5,7 @@ cabal-version: 1.12
-- see: https://github.com/sol/hpack
name: autodocodec
version: 0.2.2.0
version: 0.2.3.0
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.2.0";
version = "0.2.3.0";
src = ./.;
libraryHaskellDepends = [
aeson base bytestring containers hashable mtl scientific text time

View File

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

View File

@ -548,16 +548,15 @@
"safe-coloured-text": {
"flake": false,
"locked": {
"lastModified": 1718481860,
"narHash": "sha256-Nu+rYgTXaH70kvwT0P/omNDRN2DfeD7SqPa0OpjTLbs=",
"lastModified": 1717391548,
"narHash": "sha256-wyIqmhEsw2ZDqEUA7Q7q1Ush+HYR4NEWNxNK8ljT4Ss=",
"owner": "NorfairKing",
"repo": "safe-coloured-text",
"rev": "45fffe1482cdc820c3fea27a36505e536bcff181",
"rev": "b780c38faf1bbeb69fb92b96aac411b04c384cec",
"type": "github"
},
"original": {
"owner": "NorfairKing",
"ref": "opt-env-conf",
"repo": "safe-coloured-text",
"type": "github"
}

View File

@ -15,7 +15,7 @@
pre-commit-hooks.url = "github:cachix/pre-commit-hooks.nix";
validity.url = "github:NorfairKing/validity";
validity.flake = false;
safe-coloured-text.url = "github:NorfairKing/safe-coloured-text/opt-env-conf";
safe-coloured-text.url = "github:NorfairKing/safe-coloured-text";
safe-coloured-text.flake = false;
fast-myers-diff.url = "github:NorfairKing/fast-myers-diff";
fast-myers-diff.flake = false;

View File

@ -8,7 +8,6 @@ packages:
- autodocodec-swagger2
- autodocodec-yaml
- /home/syd/src/safe-coloured-text/safe-coloured-text
extra-deps:
- github: NorfairKing/validity
commit: 57c4897ccfeb3de60489e0328113798f059ef140
@ -25,11 +24,11 @@ extra-deps:
- genvalidity-sydtest-aeson
- genvalidity-text
# - github: NorfairKing/safe-coloured-text
# commit: f18578151d579c495eda46b8eeafcddb69adea07
# subdirs:
# - safe-coloured-text
# - safe-coloured-text-terminfo
- github: NorfairKing/safe-coloured-text
commit: f1699005e9bf40a9676b89760aaf168d578c4419
subdirs:
- safe-coloured-text
- safe-coloured-text-terminfo
- github: NorfairKing/sydtest
commit: 6be618a53366d2453ba55da6cddc119d6d589916