Skip to content

Commit

Permalink
🚀 releasing version 1.54.0 @ 2023-11-02 18:56
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
monty-bot committed Nov 2, 2023
1 parent 5c70122 commit 3b979b6
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 7 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,23 @@ beta releases are not included in this history.

[//]: # (begin_release_notes)

"1.54.0" (2023-11-02)
=====================

Features
--------

- :sparkles: [`filesystem`] Add recursive methods for changing mode and ownership (#20231101113816)
- :sparkles: [`filesystem`] Add `Touch` function to create empty files (#20231101113838)
- :sparkles: [`filesystem`] Add `Glob` function to search for items which names match a glob pattern (#20231101113928)


Bugfixes
--------

- Dependency upgrade: v3-3.23.10 (#20231101111226)


"1.53.0" (2023-10-30)
=====================

Expand Down
1 change: 0 additions & 1 deletion changes/20231101111226.bugfix

This file was deleted.

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

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion changes/20231101113928.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.53.0
Version=1.54.0
MajorVersion=1
MinorVersion=53
MinorVersion=54
PatchVersion=0
CommitHash=3fb2ac3890728841d27cb0b6482ca08fc6baaec0
CommitHash=5c70122878a9bc0c3f8be1e448ad4ee7e2cf45cb

0 comments on commit 3b979b6

Please sign in to comment.