Skip to content

Commit 1197a40

Browse files
committed
Update changelog/release v1.3.2.
1 parent 91c8af7 commit 1197a40

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
111
# v1.3.1
212

313
+ Add `git_tracking_branch` fact and rework `git.worktree` operation (@remybar)

pyinfra/version.py

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

0 commit comments

Comments
 (0)