Skip to content

Commit 5028d63

Browse files
committed
Update changelog / release v1.1.1.
1 parent 0075fc8 commit 5028d63

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# v1.1.1
2+
3+
+ Don't fail for user error facts when the user will be added earlier in the deploy
4+
+ Support `shasum` command in `files.download` operation
5+
+ Consider waiting systemd units to be running (@i-do-cpp)
6+
+ Improve regex for systemd units (support ones with `.`) (@i-do-cpp)
7+
+ Fix sudo passwords with special characters (@sysadmin75)
8+
+ Fix typo in host arg warning (@weakish)
9+
110
# v1.1
211

312
This is a big release with some major additions & improvements on `v1`.

pyinfra/version.py

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

0 commit comments

Comments
 (0)