Releases: gitpython-developers/gitdb
Releases · gitpython-developers/gitdb
4.0.12
What's Changed
- Never add a vendored smmap directory to sys.path by @EliahKagan in #102
- Revise and update the readme by @EliahKagan in #103
- Set Dependabot submodule update cadence to weekly by @EliahKagan in #104
- Add missing asserts in test_base.py by @Clavss in #109
- Use contextlib.suppress instead of except: pass by @blablatdinov in #113
- Add support for Python 3.13 by @edgarrmondragon in #114
- Potential Race Condition Fix - OS Rename & Chmod - PermissionError by @DEKHTIARJonathan in #115
- Bump gitdb/ext/smmap from
256c5a2
to04dd210
by @dependabot in #112 - Bump actions/setup-python from 4 to 5 by @dependabot in #111
New Contributors
- @Clavss made their first contribution in #109
- @blablatdinov made their first contribution in #113
- @edgarrmondragon made their first contribution in #114
- @DEKHTIARJonathan made their first contribution in #115
Full Changelog: 4.0.11...4.0.12
4.0.11
What's Changed
- Use ZLIB_RUNTIME_VERSION if available by @otethal in #84
- Add support for Python 3.12 and drop EOL 3.7 by @hugovk in #88
- Enable Dependabot version updates for Actions by @EliahKagan in #89
- Test installing project on CI by @EliahKagan in #90
- Fix mkdir race condition in LooseObjectDB.store by @EliahKagan in #91
- Don't cancel other jobs from the 3.12 job failing by @EliahKagan in #93
- Use actions/checkout feature to fetch all commits by @EliahKagan in #92
- Revert "Drop support for EOL Python 3.7" by @EliahKagan in #94
- Fix top-of-file license URLs here in gitdb too by @EliahKagan in #96
- No longer treat 3.12 as experimental on CI by @EliahKagan in #97
- Add all to exc for linting by @DeflateAwning in #98
- Have Dependabot update smmap submodule dependency by @EliahKagan in #99
- Bump gitdb/ext/smmap from
334ef84
tof1ace75
by @dependabot in #100
New Contributors
- @otethal made their first contribution in #84
- @EliahKagan made their first contribution in #89
- @DeflateAwning made their first contribution in #98
- @dependabot made their first contribution in #100
Full Changelog: 4.0.10...4.0.11
4.0.10
What's Changed
- .gitmodules: update smmap url by @RandyMcMillan in #80
- Add support for Python 3.10 and 3.11 by @hugovk in #81
- Prefer
import
to__import__
by @zwimer in #82
New Contributors
- @RandyMcMillan made their first contribution in #80
- @zwimer made their first contribution in #82
Full Changelog: 4.0.9...4.0.10