Skip to content

Commit bc7e1f1

Browse files
committed
Update changelog/release v1.3.1.
1 parent c416032 commit bc7e1f1

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# v1.3.1
2+
3+
+ Add `git_tracking_branch` fact and rework `git.worktree` operation (@remybar)
4+
+ Add `user_mode` arg to `systemd.daemon_reload` operation (@smdnv)
5+
+ Add `comment` arg/support to `server.user` operation (@sprat)
6+
+ Use `StrictUndefined` when rendering templates (@relaxdiego)
7+
+ Allow numbers in `pacman_packages` fact
8+
+ Remove restriction on group data types
9+
+ Improve support for `Path` objects as operation arguments (@relaxdiego)
10+
+ Improve error output when failing to start SFTP sessions (@relaxdiego)
11+
+ Fix readme doc link (@mrshu)
12+
+ Fix Docker tests and separate from main tests, don't run on PRs
13+
114
# v1.3
215

316
Theme of this release is improving error handling and end user experience. Highlights:

pyinfra/version.py

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

0 commit comments

Comments
 (0)