Skip to content

Commit 7af612a

Browse files
committed
🚀 releasing version 1.50.0 @ 2023-10-19 08:11
[skip ci]
1 parent 9b7dc4b commit 7af612a

File tree

5 files changed

+14
-6
lines changed

5 files changed

+14
-6
lines changed

CHANGELOG.md

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

1515
[//]: # (begin_release_notes)
1616

17+
"1.50.0" (2023-10-19)
18+
=====================
19+
20+
Features
21+
--------
22+
23+
- :sparkles: `[environment]` expose the validation rule for environment variable keys `IsEnvironmentVariableKey` (#20231017132731)
24+
- :sparkles: `[platform]` Add a way to remove path with escalated privileges (#20231017202810)
25+
- :sparkles: `[filesystem]` Add a method to force remove path assuming the user is a superuser (#20231017202858)
26+
27+
1728
"1.49.0" (2023-10-17)
1829
=====================
1930

changes/20231017132731.feature

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

changes/20231017202810.feature

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

changes/20231017202858.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.49.0
1+
Version=1.50.0
22
MajorVersion=1
3-
MinorVersion=49
3+
MinorVersion=50
44
PatchVersion=0
5-
CommitHash=252a7ebceb348952f19c508ee71a4cb586e8edeb
5+
CommitHash=9b7dc4b14e81432f922fbc4a02cb2053dd607a11

0 commit comments

Comments
 (0)