Skip to content

Commit

Permalink
🚀 releasing version 1.60.0 @ 2024-02-01 10:04
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
monty-bot committed Feb 1, 2024
1 parent bb34014 commit 86c131c
Show file tree
Hide file tree
Showing 13 changed files with 21 additions and 14 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,24 @@ beta releases are not included in this history.

[//]: # (begin_release_notes)

"1.60.0" (2024-02-01)
=====================

Features
--------

- :sparkles: `[subprocess]` Enable specifying additional environment variables for the subprocess to run with (#20240131182504)


Bugfixes
--------

- Dependency upgrade: upload-artifact-4.2.0 (#20240119112633, #20240119112639, #20240119112704, #20240119112707, #20240119112734, #20240119112735)
- Dependency upgrade: upload-artifact-4.3.0 (#20240124111907, #20240124111909)
- :bug: `subprocess` Fix issue where subprocess.Output results in data race if the output prints to both stderr and stdout (#20240131145019)
- :bug: `logs` Fix mutex lock in multipleLoggers as it was using a read only lock in situation where loggers can actually be accessing the same underlying resource (#20240131151659)


"1.59.0" (2024-01-18)
=====================

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion changes/20240131182504.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.59.0
Version=1.60.0
MajorVersion=1
MinorVersion=59
MinorVersion=60
PatchVersion=0
CommitHash=b3ed8d5d1f4d9a9cda9a39f932f0c204eef3a15a
CommitHash=bb3401491831a60133c2a39f37a0ca179f6a9af0

0 comments on commit 86c131c

Please sign in to comment.