We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91c8af7 commit 1197a40Copy full SHA for 1197a40
CHANGELOG.md
@@ -1,3 +1,13 @@
1
+# v1.3.2
2
+
3
++ Add `pacman_unpack_group` fact (@unai-ndz)
4
++ Support Pacman package groups properly in `packman.packages` operation (@unai-ndz)
5
++ Fix only load git config if the repo directory exists in `git.config` operation
6
++ Fix global git config loading when files don't exist in `git_config` fact
7
++ Fix deploys doc example operation (@makom)
8
++ Fix (add quoting) download URLs containing shell characters in `files.download` operation
9
++ Fix checking for rsync in `@local` connector
10
11
# v1.3.1
12
13
+ Add `git_tracking_branch` fact and rework `git.worktree` operation (@remybar)
pyinfra/version.py
@@ -1 +1 @@
-__version__ = '1.3.1'
+__version__ = '1.3.2'
0 commit comments