File tree Expand file tree Collapse file tree 4 files changed +16
-2
lines changed
Expand file tree Collapse file tree 4 files changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,16 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
1010
1111## Unreleased
1212
13+ ---
14+ ## ` Ligare.all ` [ 0.9.1] - 2025-04-28
15+
16+ ### Fixed
17+ - Issue caused by OpenAPI specification resolution in Ligare.web. #222
18+
19+ ### ` Ligare.web ` [ 0.7.1] - 2025-04-21
20+
21+ * [ Ligare.web v0.7.1] ( https://github.com/uclahs-cds/Ligare/blob/Ligare.web-v0.7.1/src/web/CHANGELOG.md#071---2025-04-28 )
22+
1323---
1424
1525## ` Ligare.all ` [ 0.9.0] - 2025-04-21
Original file line number Diff line number Diff line change 1- __version__ : str = "0.9.0 "
1+ __version__ : str = "0.9.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.1] - 2025-04-28
15+ ### Fixed
16+ - Issue caused by OpenAPI specification resolution. #222
17+
1418## [ 0.7.0] - 2025-04-21
1519### Added
1620- Flask Response utility methods for BadRequest and image downloads.
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.0 "
10+ __version__ : str = "0.7.1 "
You can’t perform that action at this time.
0 commit comments