Skip to content

Commit 8aa9ba9

Browse files
authored
Merge pull request #224 from uclahs-cds/aholmes-update-changelogs
Update versions and changelogs.
2 parents 36bae88 + 31a8201 commit 8aa9ba9

File tree

4 files changed

+16
-2
lines changed

4 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff 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

src/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__: str = "0.9.0"
1+
__version__: str = "0.9.1"

src/web/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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.

src/web/Ligare/web/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
For examples and guides, see :ref:`examples-web-applications`.
88
"""
99

10-
__version__: str = "0.7.0"
10+
__version__: str = "0.7.1"

0 commit comments

Comments
 (0)