From a933eb275639511dca41591b0fd35b73e84f507d Mon Sep 17 00:00:00 2001 From: Aaron Holmes Date: Fri, 10 Jan 2025 11:13:08 -0800 Subject: [PATCH] Update changelogs and versions. --- CHANGELOG.md | 14 ++++++++++++++ src/__init__.py | 2 +- src/platform/CHANGELOG.md | 4 ++++ src/platform/Ligare/platform/__init__.py | 2 +- src/web/CHANGELOG.md | 4 ++++ src/web/Ligare/web/__init__.py | 2 +- 6 files changed, 25 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b4a5a90..495432bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,20 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm --- ## Unreleased +# `Ligare.all` [0.7.0] - 2025-01-10 +### Changed +* Updated Feature Flag middleware in Ligare.web to resolve new Pyright issues + +### Fixed +* Changed the base type of FeatureFlag tables to resolve type problems with Pyright + +## `Ligare.platform` [0.7.0] - 2025-01-10 +* [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) + +## `Ligare.web` [0.5.1] - 2025-01-10 +* [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) + + # `Ligare.all` [0.6.0] - 2025-01-09 ### Changed * Updated to Flask 3.1.0 and Connexion 3.2.0 diff --git a/src/__init__.py b/src/__init__.py index cf70ee46..2d394730 100644 --- a/src/__init__.py +++ b/src/__init__.py @@ -1 +1 @@ -__version__: str = "0.6.0" +__version__: str = "0.7.0" diff --git a/src/platform/CHANGELOG.md b/src/platform/CHANGELOG.md index 1a73a602..da2e80e6 100644 --- a/src/platform/CHANGELOG.md +++ b/src/platform/CHANGELOG.md @@ -12,6 +12,10 @@ Review the `Ligare` [CHANGELOG.md](https://github.com/uclahs-cds/Ligare/blob/mai --- ## Unreleased +## [0.7.0] - 2025-01-10 +### Fixed +* Changed the base type of FeatureFlag tables to resolve type problems with Pyright + ## [0.6.0] - 2025-01-09 ### Fixed * Changed the base type of Identity tables to resolve type problems with Pyright diff --git a/src/platform/Ligare/platform/__init__.py b/src/platform/Ligare/platform/__init__.py index cf70ee46..2d394730 100644 --- a/src/platform/Ligare/platform/__init__.py +++ b/src/platform/Ligare/platform/__init__.py @@ -1 +1 @@ -__version__: str = "0.6.0" +__version__: str = "0.7.0" diff --git a/src/web/CHANGELOG.md b/src/web/CHANGELOG.md index a67951b1..ba7b1ad6 100644 --- a/src/web/CHANGELOG.md +++ b/src/web/CHANGELOG.md @@ -11,6 +11,10 @@ Review the `Ligare` [CHANGELOG.md](https://github.com/uclahs-cds/Ligare/blob/mai --- ## Unreleased +## [0.5.1] - 2025-01-10 +### Changed +* Updated Feature Flag middleware to resolve new Pyright issues + ## [0.5.0] - 2025-01-09 ### Changed * Updated to Flask 3.1.0 and Connexion 3.2.0 diff --git a/src/web/Ligare/web/__init__.py b/src/web/Ligare/web/__init__.py index 5bcf5d2a..c60f5cc1 100644 --- a/src/web/Ligare/web/__init__.py +++ b/src/web/Ligare/web/__init__.py @@ -1 +1 @@ -__version__: str = "0.5.0" +__version__: str = "0.5.1"