Bug Fixes
- Add Windows-specific retry logic for persist operations
On Windows, external processes (antivirus, file watchers) can temporarily
lock files, causing persist (rename) operations to fail with access denied
or sharing violation errors. This adds retry logic similar to libgit2's
approach: up to 10 retries with 5ms delay between attempts.
Commit Statistics
- 6 commits contributed to the release over the course of 18 calendar days.
- 18 days passed between releases.
- 1 commit was understood as conventional.
- 1 unique issue was worked on: #2417