We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4b87891 + c24a51d commit 50b1c3eCopy full SHA for 50b1c3e
CHANGES
@@ -31,6 +31,10 @@ $ uvx --from 'vcspull' --prerelease allow vcspull
31
32
<!-- Maintainers, insert changes / features for the next release here -->
33
34
+### Breaking changes
35
+
36
+- Bump minimum libvcs from v0.38.0 -> v0.38.1 (#491)
37
38
### Documentation
39
40
#### Fix Sphinx autodoc indentation errors (#490)
pyproject.toml
@@ -53,7 +53,7 @@ keywords = [
53
]
54
homepage = "https://vcspull.git-pull.com"
55
dependencies = [
56
- "libvcs~=0.38.0",
+ "libvcs~=0.38.1",
57
"colorama>=0.3.9",
58
"PyYAML>=6.0"
59
0 commit comments