🔖(patch) bump release to 0.0.20

Added

- (backend) keep traces of failed malware analysis tasks
- (backend) save backend used in a malware analysis task
- (backend) allow a malware detection backend to reschedule a task
- (malware) add management command to reschedule processing
- (malware) add an admin view to ease tracking tasks
This commit is contained in:
Manuel Raynaud
2025-12-02 09:27:48 +01:00
parent 79e1fecba3
commit 5df4b8f24b
2 changed files with 5 additions and 2 deletions

View File

@@ -8,6 +8,8 @@ and this project adheres to
## [Unreleased]
## [0.0.20] - 2025-12-02
### Added
- ✨(backend) keep traces of failed malware analysis tasks
@@ -163,7 +165,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.19...main
[unreleased]: https://github.com/suitenumerique/django-lasuite/compare/v0.0.20...main
[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
[0.0.17]: https://github.com/suitenumerique/django-lasuite/releases/v0.0.17

View File

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