Skip to content

Commit 4ce8f05

Browse files
committed
Cut v0.1.4.
1 parent 0f48a51 commit 4ce8f05

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# v0.1.4
2+
3+
+ Enable passing of multiple, comma separated hosts, as inventory
4+
+ Use `getpass`, not `raw_input` for collecting key passwords in CLI mode
5+
16
# v0.1.3
27

38
+ Fix issue when removing users that don't exist

pyinfra/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# File: pyinfra/version.py
33
# Desc: version file
44

5-
__version__ = '0.1.3'
5+
__version__ = '0.1.4'

0 commit comments

Comments
 (0)