Skip to content

Commit cc41e92

Browse files
authored
Merge pull request #173 from uclahs-cds/aholmes-update-versions
Update changelogs and versions.
2 parents f00b5a7 + a933eb2 commit cc41e92

File tree

6 files changed

+25
-3
lines changed

6 files changed

+25
-3
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,20 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
88
---
99
## Unreleased
1010

11+
# `Ligare.all` [0.7.0] - 2025-01-10
12+
### Changed
13+
* Updated Feature Flag middleware in Ligare.web to resolve new Pyright issues
14+
15+
### Fixed
16+
* Changed the base type of FeatureFlag tables to resolve type problems with Pyright
17+
18+
## `Ligare.platform` [0.7.0] - 2025-01-10
19+
* [Ligare.platform v0.7.0](https://github.com/uclahs-cds/Ligare/blob/Ligare.platform-v0.7.0/src/platform/CHANGELOG.md#070---2025-01-10)
20+
21+
## `Ligare.web` [0.5.1] - 2025-01-10
22+
* [Ligare.web v0.5.1](https://github.com/uclahs-cds/Ligare/blob/Ligare.web-v0.5.1/src/web/CHANGELOG.md#051---2025-01-10)
23+
24+
1125
# `Ligare.all` [0.6.0] - 2025-01-09
1226
### Changed
1327
* Updated to Flask 3.1.0 and Connexion 3.2.0

src/__init__.py

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

src/platform/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ Review the `Ligare` [CHANGELOG.md](https://github.com/uclahs-cds/Ligare/blob/mai
1212
---
1313
## Unreleased
1414

15+
## [0.7.0] - 2025-01-10
16+
### Fixed
17+
* Changed the base type of FeatureFlag tables to resolve type problems with Pyright
18+
1519
## [0.6.0] - 2025-01-09
1620
### Fixed
1721
* Changed the base type of Identity tables to resolve type problems with Pyright
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__: str = "0.6.0"
1+
__version__: str = "0.7.0"

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.5.1] - 2025-01-10
15+
### Changed
16+
* Updated Feature Flag middleware to resolve new Pyright issues
17+
1418
## [0.5.0] - 2025-01-09
1519
### Changed
1620
* Updated to Flask 3.1.0 and Connexion 3.2.0

src/web/Ligare/web/__init__.py

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

0 commit comments

Comments
 (0)