Skip to content

Commit edc29d9

Browse files
committed
Update changelog/release v1.3.10.
1 parent 035757b commit edc29d9

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.10
2+
3+
+ Properly escape postgresql role/database/owner operation commands (@RobWouters)
4+
+ Add support for additional winrm transport types & options (@mfrg)
5+
+ Fix for `Git*` facts where the target repo doesn't exist
6+
+ Git branches update: `master` renamed to `current` and new `next` branch tracking next minor release
7+
+ Contributing documentation page updated to include branch description
8+
19
# v1.3.9
210

311
+ Use `StringCommand` to implement fact requires commands, fixes `mysql_*` facts with passwords

pyinfra/version.py

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

0 commit comments

Comments
 (0)