We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee145de commit 522e3c4Copy full SHA for 522e3c4
1 file changed
CHANGES
@@ -20,6 +20,17 @@ $ uv add libvcs --prerelease allow
20
_Notes on the upcoming release will go here._
21
<!-- END PLACEHOLDER - ADD NEW CHANGELOG ENTRIES BELOW THIS LINE -->
22
23
+## libvcs 0.38.5 (unreleased)
24
+
25
+### Bug Fixes
26
27
+- pytest plugin: Fix `gitconfig` fixture to always write config (#512)
28
29
+ Follow-up to #510, #511 for #509: The fixture was returning early if
30
+ `.gitconfig` already existed (even if empty or incomplete), skipping
31
+ the write of `protocol.file.allow=always`. Now always writes the full
32
+ config to ensure submodule operations work in strict build environments.
33
34
## libvcs 0.38.4 (2026-01-25)
35
36
### Tests
0 commit comments