Skip to content

Commit 202d10c

Browse files
committed
🚀 releasing version 1.134.0 @ 2025-11-18 09:41
[skip ci]
1 parent 135f74e commit 202d10c

File tree

7 files changed

+16
-8
lines changed

7 files changed

+16
-8
lines changed

CHANGELOG.md

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

1515
[//]: # (begin_release_notes)
1616

17+
"1.134.0" (2025-11-18)
18+
======================
19+
20+
Features
21+
--------
22+
23+
- :sparkles: `[collection]` Added execute a function on each element of a function (#20251117162958)
24+
- :zap: `[collection]` Support `iter.Seq` for most operations on slices (map, filter) to increase performance (#20251117163045)
25+
- :sparkles: `[collection]` Added set operations on slices (#20251117163100)
26+
- :sparkles: `[parallelisation]` Added Transform helpers to ease the creation `transform` operations (#20251117175436)
27+
- :sparkles: `[parallelisation]` Added `BreakOnErrorOrEOF` to help performing actions in parallel but for which `EOF` is considered as termination rather than an error (#20251117175538)
28+
29+
1730
"1.133.0" (2025-11-12)
1831
======================
1932

changes/20251117162958.feature

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

changes/20251117163045.feature

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

changes/20251117163100.feature

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

changes/20251117175436.feature

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

changes/20251117175538.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.133.0
1+
Version=1.134.0
22
MajorVersion=1
3-
MinorVersion=133
3+
MinorVersion=134
44
PatchVersion=0
5-
CommitHash=11d0530aefeb283c3eb3139932324eff8de7d753
5+
CommitHash=135f74e65e48e111a242e853afac0e9efeb99969

0 commit comments

Comments
 (0)