File tree Expand file tree Collapse file tree 6 files changed +25
-3
lines changed
Expand file tree Collapse file tree 6 files changed +25
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 1- __version__ : str = "0.6 .0"
1+ __version__ : str = "0.7 .0"
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 1- __version__ : str = "0.6 .0"
1+ __version__ : str = "0.7 .0"
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.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
Original file line number Diff line number Diff line change 1- __version__ : str = "0.5.0 "
1+ __version__ : str = "0.5.1 "
You can’t perform that action at this time.
0 commit comments