New Features
- export git-tempfile in the root
This allows access to signal handler setup for example, which can be
useful in some situations.
Bug Fixes
- Interpret
PermissionDenied
as reason to retry on lock acquisition failure.
Evidence from CI suggests that on windows 'AlreadyExists' isn't the
common error code. Instead, maybe due to racyness, it can also emit
PermissionDenied errors which we now handle specifically.
Commit Statistics
- 6 commits contributed to the release over the course of 5 calendar days.
- 45 days passed between releases.
- 2 commits where understood as conventional.
- 3 unique issues were worked on: #301, #384, #386