webgear-openapi 1.4.0 → 1.5.0
raw patch · 2 files changed
+9/−3 lines, 2 filesdep ~insert-ordered-containersdep ~webgear-corePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: insert-ordered-containers, webgear-core
API changes (from Hackage documentation)
Files
- CHANGELOG.md +7/−1
- webgear-openapi.cabal +2/−2
CHANGELOG.md view
@@ -2,6 +2,11 @@ ## [Unreleased] +## [1.5.0] - 2025-07-23++### Changed+- Make FormData backend monadic (breaking change) (#59)+ ## [1.4.0] - 2025-05-19 ### Added@@ -71,7 +76,8 @@ ### Added - First version of webgear-openapi -[Unreleased]: https://github.com/haskell-webgear/webgear/compare/v1.4.0...HEAD+[Unreleased]: https://github.com/haskell-webgear/webgear/compare/v1.5.0...HEAD+[1.5.0]: https://github.com/haskell-webgear/webgear/releases/tag/v1.5.0 [1.4.0]: https://github.com/haskell-webgear/webgear/releases/tag/v1.4.0 [1.3.1]: https://github.com/haskell-webgear/webgear/releases/tag/v1.3.1 [1.3.0]: https://github.com/haskell-webgear/webgear/releases/tag/v1.3.0
webgear-openapi.cabal view
@@ -1,7 +1,7 @@ cabal-version: 2.4 name: webgear-openapi-version: 1.4.0+version: 1.5.0 synopsis: Composable, type-safe library to build HTTP API servers description: WebGear is a library to for building composable, type-safe HTTP API servers.@@ -78,7 +78,7 @@ , mtl >=2.2 && <2.4 , openapi3 >=3.2.0 && <3.3 , text >=2.0 && <2.2- , webgear-core ^>=1.4.0+ , webgear-core ^>=1.5.0 ghc-options: -Wall -Wcompat -Widentities