🏷 — Bump version (0.9.0)

This commit is contained in:
Luc Didry 2025-02-18 17:05:55 +01:00
parent 159a6e2427
commit 9389e3a005
No known key found for this signature in database
GPG key ID: EA868E12D0257E3C
2 changed files with 5 additions and 1 deletions

View file

@ -2,6 +2,10 @@
## [Unreleased]
## 0.9.0
Date: 2025-02-18
- 🐛 — Fix worker timeout for old results cleaning in recurring tasks (#84)
💥 Old results are now removed by their age, not based on their number.

View file

@ -1 +1 @@
VERSION = "0.8.2"
VERSION = "0.9.0"