Skip to content

Commit 019e49a

Browse files
committed
Tag v0.12.4
1 parent 31ca582 commit 019e49a

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGES

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ $ pip install --user --upgrade --pre libvcs
1313

1414
- _Add your latest changes from PRs here_
1515

16+
## libvcs 0.12.4 (2022-05-30)
17+
18+
- _Backport from 0.13.x_ Fix argument input for hg and svn commands, would not properly pass-through
19+
to subprocess. {issue}`365`
20+
1621
## libvcs 0.12.3 (2022-05-28)
1722

1823
### Bug fixes

libvcs/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
__title__ = "libvcs"
22
__package_name__ = "libvcs"
33
__description__ = "Lite, typed, python library wrapper for git, svn, mercurial, etc."
4-
__version__ = "0.12.3"
4+
__version__ = "0.12.4"
55
__author__ = "Tony Narlock"
66
__github__ = "https://github.com/vcs-python/libvcs"
77
__docs__ = "https://libvcs.git-pull.com"

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 = "libvcs"
3-
version = "0.12.3"
3+
version = "0.12.4"
44
description = "Lite, typed, python library wrapper for git, svn, mercurial, etc."
55
license = "MIT"
66
authors = ["Tony Narlock <tony@git-pull.com>"]

0 commit comments

Comments
 (0)