Skip to content

Commit 945c4e3

Browse files
committed
Tag v1.64.0 (libvcs 0.44.0 floor)
why: Raise the libvcs floor to v0.44.0, which returns VCS command output verbatim rather than trimming each line. The change lives below vcspull's high-level sync helpers, so vcspull behavior is unchanged. what: - Bump version 1.63.0 -> 1.64.0 - Date CHANGES v1.64.0 release section, open a fresh v1.65.x unreleased block
1 parent 3406cce commit 945c4e3

4 files changed

Lines changed: 11 additions & 4 deletions

File tree

CHANGES

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,19 @@ $ uv add vcspull --prerelease allow
3131
$ uvx --from 'vcspull' --prerelease allow vcspull
3232
```
3333

34-
## vcspull v1.64.x (unreleased)
34+
## vcspull v1.65.x (unreleased)
3535

3636
<!-- KEEP THIS PLACEHOLDER - DO NOT REMOVE OR MODIFY THIS LINE -->
3737
_Notes on upcoming releases will be added here_
3838
<!-- END PLACEHOLDER - ADD NEW CHANGELOG ENTRIES BELOW THIS LINE -->
3939

40+
## vcspull v1.64.0 (2026-06-21)
41+
42+
vcspull v1.64.0 is a maintenance release that raises the libvcs floor to
43+
v0.44.0, which returns VCS command output verbatim rather than trimming
44+
each line. The change lives below vcspull's high-level sync helpers, so
45+
the release brings no configuration or CLI changes.
46+
4047
### Dependencies
4148

4249
Minimum `libvcs>=0.44.0` (was `>=0.43.0`). libvcs 0.44.0 returns VCS

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "vcspull"
3-
version = "1.63.0"
3+
version = "1.64.0"
44
description = "Manage and sync multiple git, mercurial, and svn repos"
55
requires-python = ">=3.10,<4.0"
66
license = { text = "MIT" }

src/vcspull/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
__title__ = "vcspull"
66
__package_name__ = "vcspull"
77
__description__ = "Repo manager and syncer for git, mercurial, and svn"
8-
__version__ = "1.63.0"
8+
__version__ = "1.64.0"
99
__author__ = "Tony Narlock"
1010
__github__ = "https://github.com/vcs-python/vcspull"
1111
__docs__ = "https://vcspull.git-pull.com"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)