Skip to content

Commit ef06f66

Browse files
committed
🚀 releasing version 1.123.0 @ 2025-09-11 12:41
[skip ci]
1 parent 6b3a30e commit ef06f66

File tree

4 files changed

+18
-5
lines changed

4 files changed

+18
-5
lines changed

CHANGELOG.md

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

1515
[//]: # (begin_release_notes)
1616

17+
"1.123.0" (2025-09-11)
18+
======================
19+
20+
Features
21+
--------
22+
23+
- :sparkles: `subprocess` Add support for overriding the stdin/stdout/stderr of a process when running it with subprocess.Execute (#20250911130716)
24+
25+
26+
Bugfixes
27+
--------
28+
29+
- :bug: `[commonerrors]` Ensure the wrapping of an already wrapped error does not result in message duplication such as `unknown: unknown: blah` or `unexpected: unexpected: blah` (#20250911133122)
30+
31+
1732
"1.122.0" (2025-09-11)
1833
======================
1934

changes/20250911130716.feature

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

changes/20250911133122.bugfix

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.122.0
1+
Version=1.123.0
22
MajorVersion=1
3-
MinorVersion=122
3+
MinorVersion=123
44
PatchVersion=0
5-
CommitHash=9756d8d3fd88d8dff68e1a60de3a561173211db8
5+
CommitHash=6b3a30e3889b35605457d15c7758460c1c8fec6a

0 commit comments

Comments
 (0)