Skip to content

Commit e9a9dc0

Browse files
committed
Update changelog/release v1.3.9.
1 parent 5c6b28a commit e9a9dc0

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# v1.3.9
2+
3+
+ Use `StringCommand` to implement fact requires commands, fixes `mysql_*` facts with passwords
4+
+ Improve error for invalid private key files, including message for old paramiko versions
5+
+ Fix `files.line`/`files.replace`/`server.crontab` replacements containing quotes
6+
+ Fix `@winrm` connector command execution
7+
+ Improve `files.template` docstring (@Gaming4LifeDE)
8+
19
# v1.3.8
210

311
+ Add Debian to prettified names in `LinuxDistribution` fact (@blarghmatey)

pyinfra/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.3.8'
1+
__version__ = '1.3.9'

0 commit comments

Comments
 (0)