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
6 changes: 6 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@ $ uvx --from 'vcspull' --prerelease allow vcspull
_Notes on upcoming releases will be added here_
<!-- END PLACEHOLDER - ADD NEW CHANGELOG ENTRIES BELOW THIS LINE -->

### Dependencies

Minimum `libvcs>=0.43.0` (was `>=0.42.0`). libvcs 0.43.0 restores
pytest 9.1 compatibility for projects that auto-load its pytest plugin
(#555).

## vcspull v1.62.0 (2026-05-31)

vcspull v1.62.0 lets a workspace keep a small window of git history per
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.42.0,<0.43.0",
"libvcs>=0.43.0,<0.44.0",
"colorama>=0.3.9",
"PyYAML>=6.0"
]
Expand Down
10 changes: 5 additions & 5 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading