Release version 0.60.0

This commit is contained in:
GitHub Action
2025-12-24 00:45:01 +00:00
parent 2e999d0d3c
commit 858731ebbd
2 changed files with 11 additions and 2 deletions

View File

@@ -1,9 +1,18 @@
Changelog
=========
0.59.0 (2025-12-21)
0.60.0 (2025-12-24)
-------------------
------------------------
- Rm max_retries.py. [michaelmartinez]
- Readme. [michaelmartinez]
- Don't use a global variable, pass the args instead. [michaelmartinez]
- Readme, simplify the logic a bit. [michaelmartinez]
- Max_retries 5. [michaelmartinez]
0.59.0 (2025-12-21)
-------------------
- Add --starred-skip-size-over flag to limit starred repo size (#108)
[Rodos]

View File

@@ -1 +1 @@
__version__ = "0.59.0"
__version__ = "0.60.0"