Skip to content

Commit

Permalink
Update changelogs and versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
aholmes committed Jan 10, 2025
1 parent f00b5a7 commit a933eb2
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__: str = "0.6.0"
__version__: str = "0.7.0"
4 changes: 4 additions & 0 deletions src/platform/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/platform/Ligare/platform/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__: str = "0.6.0"
__version__: str = "0.7.0"
4 changes: 4 additions & 0 deletions src/web/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/web/Ligare/web/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__: str = "0.5.0"
__version__: str = "0.5.1"

0 comments on commit a933eb2

Please sign in to comment.