diff --git a/CHANGES.rst b/CHANGES.rst index ee2a1d4..0e66663 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,9 +1,16 @@ Changelog ========= -0.60.0 (2025-12-24) +0.61.0 (2026-01-12) ------------------- ------------------------ +- Docs: Add missing `--retries` argument to README. [Lukas Bestle] +- Test: Adapt tests to new argument. [Lukas Bestle] +- Feat: Backup of repository security advisories. [Lukas Bestle] + + +0.60.0 (2025-12-24) +------------------- - Rm max_retries.py. [michaelmartinez] - Readme. [michaelmartinez] - Don't use a global variable, pass the args instead. [michaelmartinez] diff --git a/github_backup/__init__.py b/github_backup/__init__.py index 5684ec7..a076e5d 100644 --- a/github_backup/__init__.py +++ b/github_backup/__init__.py @@ -1 +1 @@ -__version__ = "0.60.0" +__version__ = "0.61.0"