Skip to content

Commit ba4990f

Browse files
committed
Update changelog/release v1.3.8.
1 parent 8060f1d commit ba4990f

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# v1.3.8
2+
3+
+ Add Debian to prettified names in `LinuxDistribution` fact (@blarghmatey)
4+
+ Fix logging non-string args (@morrison12)
5+
+ Tidy up new issue templates (@Gaming4LifeDE)
6+
+ Use `export` instead of `env` so variables pass into sub-commands as expected
7+
+ pass any `env` into fact execution within operations
8+
+ Fix splitting of inventory filename into group name
9+
+ Improve package name parsing in `BrewPackages` fact
10+
+ Only append blank line before new cron entries if some already exist
11+
+ Remove any leftover askpass files when using `use_sudo_password`
12+
113
# v1.3.7
214

315
+ Support reading custom user operations in CLI mode (@tsnoam)

pyinfra/version.py

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

0 commit comments

Comments
 (0)