Releases: josegonzalez/python-github-backup
Releases · josegonzalez/python-github-backup
0.46.0
Bug Fixes
- add now missing setuptools #292 (Jose Diaz-Gonzalez)
- do not double encode auth when retrieving release assets #321 (Jarl Totland)
Chores
- deps: bump tqdm from 4.66.2 to 4.66.3 #282 (dependabot[bot])
- drop unsupported python versions and add supported ones #291 (Jose Diaz-Gonzalez)
- update python version used in linting #292 (Jose Diaz-Gonzalez)
- update python version in release workflow #293 (Jose Diaz-Gonzalez)
- deps: bump the python-packages group across 1 directory with 7 updates #301 (dependabot[bot])
- deps: bump the python-packages group with 3 updates #302 (dependabot[bot])
- deps: bump urllib3 from 2.2.1 to 2.2.2 #303 (dependabot[bot])
- deps: bump the python-packages group across 1 directory with 2 updates #305 (dependabot[bot])
- deps: bump docker/build-push-action from 5 to 6 #306 (dependabot[bot])
- deps: bump the python-packages group across 1 directory with 3 updates #308 (dependabot[bot])
- deps: bump certifi from 2024.6.2 to 2024.7.4 #313 (dependabot[bot])
Commits
0.45.2
Chores
- deps: bump the python-packages group with 2 updates #261 (dependabot[bot])
- deps: bump actions/setup-python from 4 to 5 #264 (dependabot[bot])
- deps: bump the python-packages group with 1 update #265 (dependabot[bot])
- deps: bump the python-packages group with 1 update #266 (dependabot[bot])
- deps: bump the python-packages group with 1 update #267 (dependabot[bot])
- deps: bump the python-packages group with 1 update #270 (dependabot[bot])
- deps: bump idna from 3.6 to 3.7 #273 (dependabot[bot])
Commits
0.45.1
Chores
- deps: bump the python-packages group with 1 update #240 (dependabot[bot])
- deps: bump the python-packages group with 2 updates #241 (dependabot[bot])
- deps: bump the python-packages group with 1 update #242 (dependabot[bot])
- deps: bump the python-packages group with 1 update #245 (dependabot[bot])
- deps: bump the python-packages group with 2 updates #247 (dependabot[bot])
- deps: bump the python-packages group with 1 update #248 (dependabot[bot])
- deps: bump the python-packages group with 1 update #249 (dependabot[bot])
- deps: bump the python-packages group with 1 update #250 (dependabot[bot])
- deps: bump the python-packages group with 1 update #251 (dependabot[bot])
- deps: bump the python-packages group with 2 updates #253 (dependabot[bot])
- deps: bump the python-packages group with 2 updates #255 (dependabot[bot])
- deps: bump the python-packages group with 1 update #256 (dependabot[bot])
- deps: bump the python-packages group with 1 update #258 (dependabot[bot])
Commits
0.45.0
Features
- add dependabot config to repository (Jose Diaz-Gonzalez)
Bug Fixes
- ensure wheel is installed (Jose Diaz-Gonzalez)
- Catch 404s for non-existing hooks. Fixes #176 #238 (Moritz Federspiel)
Chores
- update gitignore (Jose Diaz-Gonzalez)
- format yaml (Jose Diaz-Gonzalez)
- format python code (Jose Diaz-Gonzalez)
- deps: bump the python-packages group with 15 updates #229 (dependabot[bot])
- deps: bump the python-packages group with 6 updates #239 (dependabot[bot])
Commits
- c8b8b27: vs code (8cH9azbsFifZ) #233
- 7fe6541: auto docker build (8cH9azbsFifZ) #233
- eb88def: Add option to include certain number of the latest releases. (BrOleg5) #236
- ab18e96: Add option to skip prerelease versions. (BrOleg5) #236
- 3e9a4fa: Update CLI help output in README. (BrOleg5) #236
- 09f4168: Fix code style. (BrOleg5) #236
- 0857a37: Release version 0.45.0 (GitHub Action)
0.44.1
Features
- install autopep8 (Jose Diaz-Gonzalez)
Bug Fixes
- use a deploy key to push tags so releases get auto-created (Jose Diaz-Gonzalez)
Chores
- reformat file and update flake8 (Jose Diaz-Gonzalez)
- deps: bump certifi from 2023.5.7 to 2023.7.22 #226 (dependabot[bot])
- deps: bump urllib3 from 2.0.2 to 2.0.7 #227 (dependabot[bot])
- remove circleci as tests now run in github actions (Jose Diaz-Gonzalez)
- deps: bump certifi from 2023.5.7 to 2023.7.22 #228 (dependabot[bot])
Commits
- add lint github action workflow (Jose Diaz-Gonzalez)
- install correct dependencies and rename job (Jose Diaz-Gonzalez)
- run lint on pull requests (Jose Diaz-Gonzalez)
- aaf4502: Release version 0.44.1 (GitHub Action)
0.44.0
What's Changed
- fix: minor typo fix by @ZhymabekRoman in #212
- fix: refactor logging by @ZhymabekRoman in #214
- Add support for fine-grained tokens (continued) by @Ondkloss in #216
- Add support for fine-grained tokens by @froggleston in #208
- Add support for quiet flag by @Ondkloss in #219
- Refactor logging and add support for quiet flag by @whwright in #195
- Suggested modification to fix win32 logging failure by @Ondkloss in #218
- Bump urllib3 from 2.0.2 to 2.0.7 by @dependabot in #221
- more detailed README docs by @hozza in #224
- feat: create Dockerfile by @pl4nty in #222
- Added automatic release workflow, for use with GitHub Actions by @Ondkloss in #223
- Bump certifi from 2023.5.7 to 2023.7.22 by @dependabot in #215
New Contributors
- @ZhymabekRoman made their first contribution in #212
- @Ondkloss made their first contribution in #216
- @froggleston made their first contribution in #208
- @hozza made their first contribution in #224
- @pl4nty made their first contribution in #222
Full Changelog: 0.43.1...0.44.0
0.43.1
Chores
- add release requirements (Jose Diaz-Gonzalez)
Commits
- f1cf4cd: Release version 0.43.1 (Jose Diaz-Gonzalez)
0.43.0
Features
- add release tagging (Jose Diaz-Gonzalez)
- commit gitchangelog.rc to repo so anyone can generate a changelog (Jose Diaz-Gonzalez)
Bug Fixes
- adjust for black (Jose Diaz-Gonzalez)
- adjust for black (Jose Diaz-Gonzalez)
- adjust for black (Jose Diaz-Gonzalez)
- do not update readme (Jose Diaz-Gonzalez)
Chores
- run black (Jose Diaz-Gonzalez)
- formatting (Jose Diaz-Gonzalez)