- Expand paths for user-supplied `--location` strings. This now allows for spaces in paths and proper expansion of home directories (eg: `~`)
4.2.1
- Fixes PyGithub pinned version to ensure `Auth` is available
4.2.0
- Corrects the premature URL changes from `v4.1.0` - Restores the previous behavior of using the SSH URL by default - Adds new `--https` flag that will trigger using the `clone_url` instead of the default `ssh_url`
4.1.0
**NOTE:** Please do not use this release! It has been yanked from PyPi
- Swaps the `ssh_url` for the `clone_url` when cloning repos to remove the unnecessary reliance on having an SSH key or agent to use this tool - Adds `--version` CLI flag
4.0.0
- Drops support for Python 3.7
3.0.5
- Fixes a bug that would clobber error output, now it will show correctly - Bumps all dependencies