File tree Expand file tree Collapse file tree 3 files changed +11
-7
lines changed Expand file tree Collapse file tree 3 files changed +11
-7
lines changed Original file line number Diff line number Diff line change @@ -15,19 +15,23 @@ $ pipx install --suffix=@next 'vcspull' --pip-args '\--pre' --force
15
15
// Usage: vcspull@next sync [config]
16
16
```
17
17
18
- ## vcspull v1.22 .x (unreleased)
18
+ ## vcspull v1.23 .x (unreleased)
19
19
20
20
- _ Notes on upcoming releases will be added here_
21
21
22
22
<!-- Maintainers, insert changes / features for the next release here -->
23
23
24
+ ## vcspull v1.22.0 (2023-09-02)
25
+
26
+ _ Maintenance only, no bug fixes, or new features_
27
+
24
28
### Development
25
29
26
- - Code quality improved via [ ruff] rules (#147 )
30
+ - Code quality improved via [ ruff] rules (#417 )
27
31
28
- This includes fixes made by hand, and with ruff's automated fixes. Despite
29
- selecting additional rules, which include import sorting, ruff runs nearly
30
- instantaneously when checking the whole codebase.
32
+ This includes fixes made by hand, and with ruff's automated fixes. With
33
+ the expanded set of linting rules ( which include import sorting) - ruff runs are
34
+ still instant when checking the whole codebase.
31
35
32
36
## vcspull v1.21.1 (2023-05-28)
33
37
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " vcspull"
3
- version = " 1.21.1 "
3
+ version = " 1.22.0 "
4
4
description = " Manage and sync multiple git, mercurial, and svn repos"
5
5
license = " MIT"
6
6
authors = [" Tony Narlock <tony@git-pull.com>" ]
Original file line number Diff line number Diff line change 1
1
__title__ = "vcspull"
2
2
__package_name__ = "vcspull"
3
3
__description__ = "Manage and sync multiple git, mercurial, and svn repos"
4
- __version__ = "1.21.1 "
4
+ __version__ = "1.22.0 "
5
5
__author__ = "Tony Narlock"
6
6
__github__ = "https://github.com/vcs-python/vcspull"
7
7
__docs__ = "https://vcspull.git-pull.com"
You can’t perform that action at this time.
0 commit comments