Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ $ uvx --from 'vcspull' --prerelease allow vcspull

_Upcoming changes will be written here._

## vcspull v1.47.1 (2025-11-15)
### Breaking changes

- Bump minimum libvcs from v0.37.0 -> v0.38.0 (#489)

### Bug fixes

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ keywords = [
]
homepage = "https://vcspull.git-pull.com"
dependencies = [
"libvcs~=0.37.0",
"libvcs~=0.38.0",
"colorama>=0.3.9",
"PyYAML>=6.0"
]
Expand Down
Loading