Skip to content

Commit 17ac66d

Browse files
authored
Merge pull request #230 from uclahs-cds/aholmes-update-changelog
Update versions and changelogs.
2 parents 082fdd5 + 8137bc4 commit 17ac66d

File tree

4 files changed

+17
-2
lines changed

4 files changed

+17
-2
lines changed

CHANGELOG.md

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

src/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__: str = "0.10.0"
1+
__version__: str = "0.10.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.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

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.1"
10+
__version__: str = "0.7.2"

0 commit comments

Comments
 (0)