Sourced from gitpython's releases.
3.1.35 - a fix for CVE-2023-41040
What's Changed
- Bump actions/checkout from 3 to 4 by
@dependabot
in gitpython-developers/GitPython#1643- Fix 'Tree' object has no attribute '_name' when submodule path is normal path by
@CosmosAtlas
in gitpython-developers/GitPython#1645- Fix CVE-2023-41040 by
@facutuesca
in gitpython-developers/GitPython#1644- Only make config more permissive in tests that need it by
@EliahKagan
in gitpython-developers/GitPython#1648- Added test for PR #1645 submodule path by
@CosmosAtlas
in gitpython-developers/GitPython#1647- Fix Windows environment variable upcasing bug by
@EliahKagan
in gitpython-developers/GitPython#1650New Contributors
@CosmosAtlas
made their first contribution in gitpython-developers/GitPython#1645@facutuesca
made their first contribution in gitpython-developers/GitPython#1644Full Changelog: https://github.com/gitpython-developers/GitPython/compare/3.1.34...3.1.35
3.1.34 - fix resource leaking
What's Changed
- util: close lockfile after opening successfully by
@skshetry
in gitpython-developers/GitPython#1639New Contributors
@skshetry
made their first contribution in gitpython-developers/GitPython#1639Full Changelog: https://github.com/gitpython-developers/GitPython/compare/3.1.33...3.1.34
c8e303f
prepare next release09e1b3d
Merge pull request #1650
from EliahKagan/envcase8017421
Merge pull request #1647
from CosmosAtlas/masterfafb4f6
updated docs to better describe testing procedure with new repo9da24d4
add test for submodule path not owned by submodule caseeebdb25
Eliminate duplication of git.util.cwd logicc7fad20
Fix Windows env var upcasing regression7296e5c
Make test helper script a file, for readabilityd88372a
Add test for Windows env var upcasing regression11839ab
Merge pull request #1648
from EliahKagan/file-protocol