Skip to content

Commit 516d1eb

Browse files
committed
🔖(patch) bump release to 0.0.9
Added - ✨(configuration) add configuration Value to support file path in environment #15 Changed - ♻️(malware_detection) retry getting analyse result sooner
1 parent 06dc5aa commit 516d1eb

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,15 @@ and this project adheres to
88

99
## [Unreleased]
1010

11-
### Changed
11+
## [0.0.9] - 2025-05-20
12+
13+
### Added
1214

1315
- ✨(configuration) add configuration Value to support file path
1416
in environment #15
17+
18+
### Changed
19+
1520
- ♻️(malware_detection) retry getting analyse result sooner
1621

1722
## [0.0.8] - 2025-05-06
@@ -72,7 +77,8 @@ and this project adheres to
7277
- ✨(oidc) add the authentication backends #2
7378
- ✨(oidc) add refresh token tools #3
7479

75-
[unreleased]: https://github.com/suitenumerique/django-lasuite/compare/v0.0.8...main
80+
[unreleased]: https://github.com/suitenumerique/django-lasuite/compare/v0.0.9...main
81+
[0.0.9]: https://github.com/suitenumerique/django-lasuite/releases/v0.0.9
7682
[0.0.8]: https://github.com/suitenumerique/django-lasuite/releases/v0.0.8
7783
[0.0.7]: https://github.com/suitenumerique/django-lasuite/releases/v0.0.7
7884
[0.0.6]: https://github.com/suitenumerique/django-lasuite/releases/v0.0.6

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.8"
7+
version = "0.0.9"
88
description = "Django La Suite - A Django library"
99
readme = "README.md"
1010
requires-python = ">=3.10"

0 commit comments

Comments
 (0)