Skip to content

Commit ca56d70

Browse files
committed
Update changelog/release v1.3.3.
1 parent 216aef0 commit ca56d70

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.3
2+
3+
+ Fix support for package names in `deb_package` fact (@s-vx)
4+
+ Fix check for match any vs. all in ensure packages util (fixes Pacman package groups)
5+
+ Fix/support passing keyword functions into facts
6+
+ Fix parsing of `mysql_user_grants` fact output
7+
+ Fix idempotency of `mysql.privileges` operation
8+
19
# v1.3.2
210

311
+ Add `pacman_unpack_group` fact (@unai-ndz)

pyinfra/version.py

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

0 commit comments

Comments
 (0)