Skip to content

Commit 15b2956

Browse files
committed
🔖(minor) bump release to 0.0.5
Fixed: - 🐛(oidc) do not allow empty sub claim #9
1 parent 0474fd0 commit 15b2956

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ and this project adheres to
88

99
## [Unreleased]
1010

11+
## [0.0.5] - 2025-04-10
12+
1113
### Fixed
1214

1315
- 🐛(oidc) do not allow empty sub claim #9
@@ -39,7 +41,8 @@ and this project adheres to
3941
- ✨(oidc) add the authentication backends #2
4042
- ✨(oidc) add refresh token tools #3
4143

42-
[unreleased]: https://github.com/suitenumerique/django-lasuite/compare/v0.0.4...main
44+
[unreleased]: https://github.com/suitenumerique/django-lasuite/compare/v0.0.5...main
45+
[0.0.5]: https://github.com/suitenumerique/django-lasuite/releases/v0.0.5
4346
[0.0.4]: https://github.com/suitenumerique/django-lasuite/releases/v0.0.4
4447
[0.0.3]: https://github.com/suitenumerique/django-lasuite/releases/v0.0.3
4548
[0.0.2]: https://github.com/suitenumerique/django-lasuite/releases/v0.0.2

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "django-lasuite"
7-
version = "0.0.4"
7+
version = "0.0.5"
88
description = "Django La Suite - A Django library"
99
readme = "README.md"
1010
requires-python = ">=3.10"

0 commit comments

Comments
 (0)