Skip to content

Commit cb7dd46

Browse files
committed
Tag v1.65.0 (sync failure guidance, lean runtime installs)
why: Ship clearer branch/revision checkout errors and a runtime-only install smoke check, alongside re-captured docs and repaired links. what: - Bump version 1.64.0 -> 1.65.0 - Date CHANGES v1.65.0 release section with a lead paragraph, open a fresh v1.66.x unreleased block
1 parent 9535d85 commit cb7dd46

4 files changed

Lines changed: 14 additions & 4 deletions

File tree

CHANGES

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,22 @@ $ uv add vcspull --prerelease allow
3232
$ uvx --from 'vcspull' --prerelease allow vcspull
3333
```
3434

35-
## vcspull v1.65.x (unreleased)
35+
## vcspull v1.66.x (unreleased)
3636

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

41+
## vcspull v1.65.0 (2026-07-05)
42+
43+
vcspull v1.65.0 sharpens the feedback you get when a sync cannot check out
44+
a configured branch, tag, or revision: the error now names the requested
45+
revision, suggests how to repair the configuration, and lists the branches
46+
Git actually reported. The release also hardens packaging by exercising the
47+
runtime-only install path end users receive, keeping production installs
48+
free of dev-only dependencies. Documentation is re-captured from real
49+
command runs, with cross-links and dead links repaired throughout.
50+
4151
### What's new
4252

4353
#### Clearer branch and revision sync failures (#557)

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.64.0"
3+
version = "1.65.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.64.0"
8+
__version__ = "1.65.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)