Skip to content

Commit

Permalink
🚀 releasing version 1.49.0 @ 2023-10-17 09:05
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
monty-bot committed Oct 17, 2023
1 parent 252a7eb commit ccf97fb
Show file tree
Hide file tree
Showing 9 changed files with 23 additions and 10 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,26 @@ beta releases are not included in this history.

[//]: # (begin_release_notes)

"1.49.0" (2023-10-17)
=====================

Features
--------

- :sparkles: `[environment]` Expose utilities for parsing and finding environment variables (#20231013160208)
- :sparkles: `[collection]` Added `AllNotEmpty` and `AnyEmpty` to check the content of string slices (#20231016164922)
- :sparkles: `[collection]` Added `FindInSlice` to extend `Find` search capabilities (#20231016173631)
- :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)
- :sparkles: `[command]` Added a way to prepend commands (using `Prepend()`) to command wrappers in order to chain command wrappers easily (#20231016204910)
- :sparkles: `[platform]` Added `WithPrivileges` so that commands are elevated with privileges depending on the permissions of the current user (#20231016234712)


Bugfixes
--------

- :bug: `[environment]` Fix environment variables parsing when an entry is incorrect (#20231013160247)


"1.48.0" (2023-10-13)
=====================

Expand Down
1 change: 0 additions & 1 deletion changes/20231013160208.feature

This file was deleted.

1 change: 0 additions & 1 deletion changes/20231013160247.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion changes/20231016164922.feature

This file was deleted.

1 change: 0 additions & 1 deletion changes/20231016173631.feature

This file was deleted.

1 change: 0 additions & 1 deletion changes/20231016175953.feature

This file was deleted.

1 change: 0 additions & 1 deletion changes/20231016204910.feature

This file was deleted.

1 change: 0 additions & 1 deletion changes/20231016234712.feature

This file was deleted.

6 changes: 3 additions & 3 deletions utils/module.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Version=1.48.0
Version=1.49.0
MajorVersion=1
MinorVersion=48
MinorVersion=49
PatchVersion=0
CommitHash=3aa6349c524af72e3eb4eb96321c162f071e69e5
CommitHash=252a7ebceb348952f19c508ee71a4cb586e8edeb

0 comments on commit ccf97fb

Please sign in to comment.