File tree Expand file tree Collapse file tree 4 files changed +17
-2
lines changed
Expand file tree Collapse file tree 4 files changed +17
-2
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,17 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
1111## Unreleased
1212
1313---
14+ ## ` Ligare.all ` [ 0.10.1] - 2025-05-20
15+
16+ ### Added
17+ - ` create_BadRequest_response ` now accepts a minimal "details" object in Ligare.web.
18+
19+ ### ` Ligare.web ` [ 0.7.2] - 2025-05-20
20+
21+ * [ Ligare.web v0.7.2] ( https://github.com/uclahs-cds/Ligare/blob/Ligare.web-v0.7.2/src/web/CHANGELOG.md#072---2025-05=20 )
22+
23+ ---
24+
1425## ` Ligare.all ` [ 0.10.0] - 2025-05-13
1526
1627### Fixed
Original file line number Diff line number Diff line change 1- __version__ : str = "0.10.0 "
1+ __version__ : str = "0.10.1 "
Original file line number Diff line number Diff line change @@ -11,6 +11,10 @@ Review the `Ligare` [CHANGELOG.md](https://github.com/uclahs-cds/Ligare/blob/mai
1111---
1212## Unreleased
1313
14+ ## [ 0.7.2] - 2025-05-20
15+ ### Added
16+ - ` create_BadRequest_response ` now accepts a minimal "details" object
17+
1418## [ 0.7.1] - 2025-04-28
1519### Fixed
1620- Issue caused by OpenAPI specification resolution. #222
Original file line number Diff line number Diff line change 77For examples and guides, see :ref:`examples-web-applications`.
88"""
99
10- __version__ : str = "0.7.1 "
10+ __version__ : str = "0.7.2 "
You can’t perform that action at this time.
0 commit comments