Skip to content

Commit f1e4c3b

Browse files
committed
v0.11.1
1 parent 7179656 commit f1e4c3b

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGES

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
- _Add your latest changes from PRs here_
66

7+
## libvcs 0.11.1 (2022-03-12)
8+
79
### Potential command injection via mercurial URLs
810

911
- By setting a mercurial URL with an alias it is possible to execute arbitrary shell commands via

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__ = "vcs abstraction layer"
4-
__version__ = "0.11.0"
4+
__version__ = "0.11.1"
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.11.0"
3+
version = "0.11.1"
44
description = "vcs abstraction layer"
55
license = "MIT"
66
authors = ["Tony Narlock <[email protected]>"]

0 commit comments

Comments
 (0)