Skip to content

Commit 63c4c6b

Browse files
committed
Tag v1.37.0 (bug fix, rename import dir to workspace-root)
1 parent 4759180 commit 63c4c6b

4 files changed

Lines changed: 8 additions & 6 deletions

File tree

CHANGES

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,14 @@ $ pipx install --suffix=@next 'vcspull' --pip-args '\--pre' --force
1515
// Usage: vcspull@next sync [config]
1616
```
1717

18-
## vcspull v1.37.x (unreleased)
18+
## vcspull v1.38.x (unreleased)
1919

2020
<!-- Maintainers, insert changes / features for the next release here -->
2121

22+
_Notes on upcoming releases will be added here_
23+
24+
## vcspull v1.37.0 (2025-10-18)
25+
2226
### Breaking changes
2327

2428
- Rename the import CLI flag `--base-dir-key`/`--dir` and the related internal
@@ -38,8 +42,6 @@ $ pipx install --suffix=@next 'vcspull' --pip-args '\--pre' --force
3842
- Expand CLI tests to cover mixed workspace-root scenarios and the formatter’s
3943
normalization behavior (#470).
4044

41-
_Notes on upcoming releases will be added here_
42-
4345
## vcspull v1.36.0 (2025-10-18)
4446

4547
### New features

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.36.0"
3+
version = "1.37.0"
44
description = "Manage and sync multiple git, mercurial, and svn repos"
55
requires-python = ">=3.9,<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.36.0"
8+
__version__ = "1.37.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)