json-spec-openapi 1.3.0.0 → 1.3.0.1
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~aesonPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: aeson
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- json-spec-openapi.cabal +2/−2
CHANGELOG.md view
@@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. +## 1.3.0.1++- Support `aeson` 2.3.+ ## 1.3.0.0 - Support `JsonDict` from `json-spec` 1.4, generating OpenAPI object schemas
json-spec-openapi.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: json-spec-openapi-version: 1.3.0.0+version: 1.3.0.1 synopsis: json-spec-openapi description: This package provides a way to produce@@ -62,7 +62,7 @@ common dependencies build-depends:- , aeson >= 2.2.1.0 && < 2.3+ , aeson >= 2.2.1.0 && < 2.4 , base >= 4.19.2.0 && < 4.23 , json-spec >= 1.4.0.0 && < 1.5 , lens >= 5.2.3 && < 5.4