Releases: Justintime50/github-archive
Releases · Justintime50/github-archive
v7.0.5
v7.0.4
- Rollback PyGithub upgrade as it's not compatible with newer versions of Python in Homebrew
v7.0.3
- Fixes a bug where failed gists would blow up GitHub Archive due to NoneType being returned
- Bumps PyGithub to 2.9.x
v7.0.2
- Include the Rust buildchain when releasing via Homebrew to support building the
cryptographytransient dependency - Swaps Homebrew Python back to 3.14
- Swaps setup.py for pyproject.toml
v7.0.1
- Swaps Python 3.14 for Python 3.10 on Homebrew to match our lowest supported version for better compatibility
v7.0.0
- Drops support for Python 3.8 and 3.9
- Bumps dependencies
- PyGithub was updated to v2 which brings retry logic and rate limiting. Depending on the number of resources you request with github-archive, you may see different behavior than before
v6.3.0
v6.2.0
- Forking gists is now a threaded operation like all other operations instead of sequential
- Corrects two log messages that incorrectly mentioned
starredresources when they should have beenorg/userresources
v6.1.2
- Expand paths for user-supplied
--locationstrings. This now allows for spaces in paths and proper expansion of home directories (eg:~)
v6.1.1
Fixes PyGithub pinned version to ensure Auth is available