Skip to content

Commit 9fdf785

Browse files
committed
🚀 releasing version 1.100.0 @ 2025-06-06 08:41
[skip ci]
1 parent 23c0b5a commit 9fdf785

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.100.0" (2025-06-06)
18+
======================
19+
20+
Features
21+
--------
22+
23+
- :sparkles: `subprocess` Add support for terminating processes instead of killing them (#20250530171020)
24+
- :sparkles: Introducing [diodes] module which is a copy of [cloud foundary's](https://github.com/cloudfoundry/go-diodes) library. (#20250604202816)
25+
- :sparkles: `[parallelisation]` Added a `WaitUntil` utility (#20250606090227)
26+
27+
1728
"1.99.0" (2025-06-05)
1829
=====================
1930

changes/20250530171020.feature

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

changes/20250604202816.feature

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

changes/20250606090227.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.99.0
1+
Version=1.100.0
22
MajorVersion=1
3-
MinorVersion=99
3+
MinorVersion=100
44
PatchVersion=0
5-
CommitHash=47de46e013a48fa423cdba3c456a5fea9085d999
5+
CommitHash=23c0b5ac4513109c04e37e63264a7a7dd3bdf20f

0 commit comments

Comments
 (0)