Skip to content

Commit 7c8e0cf

Browse files
committed
🚀 releasing version 1.48.0 @ 2023-10-13 12:43
[skip ci]
1 parent 3aa6349 commit 7c8e0cf

File tree

5 files changed

+19
-6
lines changed

5 files changed

+19
-6
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,22 @@ beta releases are not included in this history.
1414

1515
[//]: # (begin_release_notes)
1616

17+
"1.48.0" (2023-10-13)
18+
=====================
19+
20+
Features
21+
--------
22+
23+
- :sparkles: `[platform]` Add way to run commands as a user with privileges on posix systems (#20231013112742)
24+
- :sparkles: `[command]` Add utilities to translate commands so that they are run as a separate user (#20231013122936)
25+
26+
27+
Bugfixes
28+
--------
29+
30+
- Dependency upgrade: net-0.17.0 (#20231011103958)
31+
32+
1733
"1.47.0" (2023-10-11)
1834
=====================
1935

changes/20231011103958.bugfix

-1
This file was deleted.

changes/20231013112742.feature

-1
This file was deleted.

changes/20231013122936.feature

-1
This file was deleted.

utils/module.properties

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Version=1.47.0
1+
Version=1.48.0
22
MajorVersion=1
3-
MinorVersion=47
3+
MinorVersion=48
44
PatchVersion=0
5-
CommitHash=eef1142b6e9eb7011fe79788de9c6ede6b7dfa33
5+
CommitHash=3aa6349c524af72e3eb4eb96321c162f071e69e5

0 commit comments

Comments
 (0)