Skip to content

Commit c5b263b

Browse files
authored
Prepare 0.5.0 release (#64)
Signed-off-by: Lukas Puehringer <lukas.puehringer@eclipse-foundation.org>
1 parent a3faf74 commit c5b263b

4 files changed

Lines changed: 8 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.5.0] - 2026-07-03
9+
10+
### Changed
11+
* Uncouple db migration from app deployment (#61)
12+
813
## [0.4.0] - 2026-07-01
914

1015
### Fixed

pia/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
OIDC-based authentication broker for Eclipse Foundation projects.
44
"""
55

6-
__version__ = "0.4.0"
6+
__version__ = "0.5.0"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "uv_build"
44

55
[project]
66
name = "pia"
7-
version = "0.4.0"
7+
version = "0.5.0"
88
description = "Project Identity Authority - OIDC-based authentication broker for Eclipse Foundation projects"
99
readme = "README.md"
1010
requires-python = ">=3.13.2"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)