webgear-swagger-ui 1.5.0 → 1.5.1
raw patch · 2 files changed
+11/−5 lines, 2 filesdep ~webgear-corePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: webgear-core
API changes (from Hackage documentation)
Files
- CHANGELOG.md +7/−1
- webgear-swagger-ui.cabal +4/−4
CHANGELOG.md view
@@ -2,6 +2,11 @@ ## [Unreleased] +## [1.5.1] - 2026-08-09++### Changed+- Updated dependencies (#65)+ ## [1.5.0] - 2025-07-23 ### Changed@@ -40,7 +45,8 @@ ### Added - First version of webgear-swagger-ui -[Unreleased]: https://github.com/haskell-webgear/webgear/compare/v1.5.0...HEAD+[Unreleased]: https://github.com/haskell-webgear/webgear/compare/v1.5.1...HEAD+[1.5.1]: https://github.com/haskell-webgear/webgear/releases/tag/v1.5.1 [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
webgear-swagger-ui.cabal view
@@ -1,7 +1,7 @@ cabal-version: 2.4 name: webgear-swagger-ui-version: 1.5.0+version: 1.5.1 synopsis: Host swagger UI based on WebGear API specifications. description: WebGear is a library to for building composable, type-safe HTTP API servers.@@ -11,7 +11,7 @@ bug-reports: https://github.com/haskell-webgear/webgear/issues author: Raghu Kaippully maintainer: rkaippully@gmail.com-copyright: 2023-2025 Raghu Kaippully+copyright: 2023-2026 Raghu Kaippully license: MPL-2.0 license-file: LICENSE category: Web@@ -54,8 +54,8 @@ , file-embed ==0.0.* , http-types ==0.12.* , text >=2.0 && <2.2- , wai-app-static ==3.1.*- , webgear-core ^>=1.5.0+ , wai-app-static >=3.1.0 && <3.3+ , webgear-core ^>=1.5.1 default-extensions: Arrows DataKinds FlexibleContexts