Skip to content

Commit ccf97fb

Browse files
committed
🚀 releasing version 1.49.0 @ 2023-10-17 09:05
[skip ci]
1 parent 252a7eb commit ccf97fb

9 files changed

+23
-10
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,26 @@ beta releases are not included in this history.
1414

1515
[//]: # (begin_release_notes)
1616

17+
"1.49.0" (2023-10-17)
18+
=====================
19+
20+
Features
21+
--------
22+
23+
- :sparkles: `[environment]` Expose utilities for parsing and finding environment variables (#20231013160208)
24+
- :sparkles: `[collection]` Added `AllNotEmpty` and `AnyEmpty` to check the content of string slices (#20231016164922)
25+
- :sparkles: `[collection]` Added `FindInSlice` to extend `Find` search capabilities (#20231016173631)
26+
- :sparkles: `[platform]` Added a way to determine if a user has admin rights (i.e. root or superuser on Linux and administrator on Windows) (#20231016175953)
27+
- :sparkles: `[command]` Added a way to prepend commands (using `Prepend()`) to command wrappers in order to chain command wrappers easily (#20231016204910)
28+
- :sparkles: `[platform]` Added `WithPrivileges` so that commands are elevated with privileges depending on the permissions of the current user (#20231016234712)
29+
30+
31+
Bugfixes
32+
--------
33+
34+
- :bug: `[environment]` Fix environment variables parsing when an entry is incorrect (#20231013160247)
35+
36+
1737
"1.48.0" (2023-10-13)
1838
=====================
1939

changes/20231013160208.feature

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/20231013160247.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/20231016164922.feature

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/20231016173631.feature

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/20231016175953.feature

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/20231016204910.feature

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/20231016234712.feature

Lines changed: 0 additions & 1 deletion
This file was deleted.

utils/module.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Version=1.48.0
1+
Version=1.49.0
22
MajorVersion=1
3-
MinorVersion=48
3+
MinorVersion=49
44
PatchVersion=0
5-
CommitHash=3aa6349c524af72e3eb4eb96321c162f071e69e5
5+
CommitHash=252a7ebceb348952f19c508ee71a4cb586e8edeb

0 commit comments

Comments
 (0)