[release] Bump to version 65.1
All checks were successful
ci / test (push) Successful in 2m7s
ci / build-and-deploy (push) Has been skipped

- Add an exception list of artists as a constant that are exempted from splitting
- Fix celery task prioritization especially for agent sessions
- Before enriching anything, trust the POST data
- Fix lastfm rate limiting dropping scrobbles
This commit is contained in:
2026-08-08 20:40:45 -04:00
parent 5e3b0055dc
commit 2adc7f6f6b
3 changed files with 103 additions and 102 deletions

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "vrobbler"
version = "65.0"
version = "65.1"
description = ""
authors = ["Colin Powell <colin@unbl.ink>"]