We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e999d0 commit 858731eCopy full SHA for 858731e
CHANGES.rst
@@ -1,9 +1,18 @@
1
Changelog
2
=========
3
4
-0.59.0 (2025-12-21)
+0.60.0 (2025-12-24)
5
-------------------
6
------------------------
7
+- Rm max_retries.py. [michaelmartinez]
8
+- Readme. [michaelmartinez]
9
+- Don't use a global variable, pass the args instead. [michaelmartinez]
10
+- Readme, simplify the logic a bit. [michaelmartinez]
11
+- Max_retries 5. [michaelmartinez]
12
+
13
14
+0.59.0 (2025-12-21)
15
+-------------------
16
- Add --starred-skip-size-over flag to limit starred repo size (#108)
17
[Rodos]
18
github_backup/__init__.py
@@ -1 +1 @@
-__version__ = "0.59.0"
+__version__ = "0.60.0"
0 commit comments