🔖(patch) bump release to 0.0.21

Added

- (malware) save file hash in detection record and callback
This commit is contained in:
Manuel Raynaud
2025-12-04 16:02:10 +01:00
parent 4e269ac854
commit 33c1839e93
2 changed files with 5 additions and 2 deletions

View File

@@ -8,6 +8,8 @@ and this project adheres to
## [Unreleased]
## [0.0.21] - 2025-12-04
### Added
- ✨(malware) save file hash in detection record and callback
@@ -169,7 +171,8 @@ and this project adheres to
- ✨(oidc) add the authentication backends #2
- ✨(oidc) add refresh token tools #3
[unreleased]: https://github.com/suitenumerique/django-lasuite/compare/v0.0.20...main
[unreleased]: https://github.com/suitenumerique/django-lasuite/compare/v0.0.21...main
[0.0.21]: https://github.com/suitenumerique/django-lasuite/releases/v0.0.21
[0.0.20]: https://github.com/suitenumerique/django-lasuite/releases/v0.0.20
[0.0.19]: https://github.com/suitenumerique/django-lasuite/releases/v0.0.19
[0.0.18]: https://github.com/suitenumerique/django-lasuite/releases/v0.0.18

View File

@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "django-lasuite"
version = "0.0.20"
version = "0.0.21"
description = "Django La Suite - A Django library"
readme = "README.md"
requires-python = ">=3.10"