Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 9770ffe

Browse files
committed
Tag v1.11.5
1 parent b55f23b commit 9770ffe

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

‎CHANGES

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,19 @@ $ pipx install --suffix=@next 'vcspull' --pip-args '\--pre' --force
1919

2020
- _Add your latest changes from PRs here_
2121

22+
## vcspull 1.11.5 (2022年04月20日)
23+
24+
### Compatibility
25+
26+
- `vcspull sync` accepts config file params via `--config`. Before it was only
27+
`-c`. Assume myrepos.yaml in your path:
28+
29+
```console
30+
$ vcspull sync --config myrepos.yaml
31+
```
32+
33+
(backport from vcspull v1.12.0b22)
34+
2235
## vcspull 1.11.4 (2022年04月17日)
2336

2437
### Compatibility

‎pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "vcspull"
3-
version = "1.11.4"
3+
version = "1.11.5"
44
description = "synchronize your projects via yaml / json files"
55
license = "MIT"
66
authors = ["Tony Narlock <tony@git-pull.com>"]

‎vcspull/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
__title__ = "vcspull"
22
__package_name__ = "vcspull"
33
__description__ = "synchronize your projects via yaml / json files"
4-
__version__ = "1.11.4"
4+
__version__ = "1.11.5"
55
__author__ = "Tony Narlock"
66
__github__ = "https://github.com/vcs-python/vcspull"
77
__docs__ = "https://vcspull.git-pull.com"

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /