Skip to content

Commit f26073e

Browse files
authored
2 parents 78aaab8 + 16d91e8 commit f26073e

File tree

3 files changed

+144
-78
lines changed

3 files changed

+144
-78
lines changed

CHANGES

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ $ uvx --from 'vcspull' --prerelease allow vcspull
3333

3434
_Upcoming changes will be written here._
3535

36-
## vcspull v1.47.1 (2025-11-15)
36+
### Breaking changes
37+
38+
- Bump minimum libvcs from v0.37.0 -> v0.38.0 (#489)
3739

3840
### Bug fixes
3941

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ keywords = [
5353
]
5454
homepage = "https://vcspull.git-pull.com"
5555
dependencies = [
56-
"libvcs~=0.37.0",
56+
"libvcs~=0.38.0",
5757
"colorama>=0.3.9",
5858
"PyYAML>=6.0"
5959
]

0 commit comments

Comments
 (0)