Releases: gitpython-developers/GitPython
Releases · gitpython-developers/GitPython
Release list
v3.1.30 - with important security fixes
See #1515 for details.
What's Changed
- Add datetime.datetime type to commit_date and author_date by @SergeantMenacingGarlic in #1501
- Bump cygwin/cygwin-install-action from 2 to 3 by @dependabot in #1514
- Fix command injection by @stsewd in #1518
- Document PushInfoList by @skinitimski in #1522
- Fix type hint on create_tag by @drewcassidy in #1523
- Block insecure options and protocols by default by @stsewd in #1521
New Contributors
- @SergeantMenacingGarlic made their first contribution in #1501
- @skinitimski made their first contribution in #1522
- @drewcassidy made their first contribution in #1523
Full Changelog: 3.1.29...3.1.30
3.1.20
What's Changed
- Fix Py.typed discovery by @Yobmod in #1297
- Revert use of Typeguard and therefore typing-extensions==3.10.0.0 by @Yobmod in #1298
- Added support of spaces for clone multi_options by @ilakhtenkov in #1299
Full Changelog: 3.1.19...3.1.20