Skip to content

Commit 3b661c2

Browse files
committed
πŸ”–(patch) bump release to 0.0.8
Added ✨(malware_detection) add a module malware_detection #11 Fixed - πŸ›(oidc) fix resource server client when using JSON introspection #16 - πŸ”Š(oidc) improve resource server log for inactive user #17 - πŸ›(oidc) use the OIDC_USER_SUB_FIELD when needed #18 - 🩹(oidc) remove deprecated cgi use #19
1 parent f7dc1ba commit 3b661c2

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ and this project adheres to
88

99
## [Unreleased]
1010

11+
## [0.0.8] - 2025-05-06
12+
1113
### Added
1214

1315
✨(malware_detection) add a module malware_detection #11
@@ -64,7 +66,8 @@ and this project adheres to
6466
- ✨(oidc) add the authentication backends #2
6567
- ✨(oidc) add refresh token tools #3
6668

67-
[unreleased]: https://github.com/suitenumerique/django-lasuite/compare/v0.0.7...main
69+
[unreleased]: https://github.com/suitenumerique/django-lasuite/compare/v0.0.8...main
70+
[0.0.8]: https://github.com/suitenumerique/django-lasuite/releases/v0.0.8
6871
[0.0.7]: https://github.com/suitenumerique/django-lasuite/releases/v0.0.7
6972
[0.0.6]: https://github.com/suitenumerique/django-lasuite/releases/v0.0.6
7073
[0.0.5]: https://github.com/suitenumerique/django-lasuite/releases/v0.0.5

β€Žpyproject.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
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.7"
7+
version = "0.0.8"
88
description = "Django La Suite - A Django library"
99
readme = "README.md"
1010
requires-python = ">=3.10"

0 commit comments

Comments
Β (0)