Release version 0.61.5

This commit is contained in:
GitHub Action
2026-02-18 21:04:32 +00:00
parent b112b43a08
commit c1b728fd26
2 changed files with 12 additions and 2 deletions

View File

@@ -1,9 +1,19 @@
Changelog Changelog
========= =========
0.61.4 (2026-02-16) 0.61.5 (2026-02-18)
------------------- -------------------
------------------------ ------------------------
- Fix empty repository crash due to None timestamp comparison (#489)
[Rodos]
Empty repositories have None for pushed_at/updated_at, causing a
TypeError when compared to the last_update string. Use .get() with
truthiness check to skip None timestamps in incremental tracking.
0.61.4 (2026-02-16)
-------------------
- Fix HTTP 451 DMCA and 403 TOS handling regression (#487) [Rodos] - Fix HTTP 451 DMCA and 403 TOS handling regression (#487) [Rodos]
The DMCA handling added in PR #454 had a bug: make_request_with_retry() The DMCA handling added in PR #454 had a bug: make_request_with_retry()

View File

@@ -1 +1 @@
__version__ = "0.61.4" __version__ = "0.61.5"