From f8970e7b00986090526dfcea576dadcf3718bb11 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Wed, 11 Oct 2023 08:28:52 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20releasing=20version=201.47.0=20@?= =?UTF-8?q?=202023-10-11=2008:28=20[skip=20ci]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 11 +++++++++++ changes/20231010192716.feature | 1 - changes/20231010195032.feature | 1 - changes/20231010200309.feature | 1 - utils/module.properties | 6 +++--- 5 files changed, 14 insertions(+), 6 deletions(-) delete mode 100644 changes/20231010192716.feature delete mode 100644 changes/20231010195032.feature delete mode 100644 changes/20231010200309.feature diff --git a/CHANGELOG.md b/CHANGELOG.md index 63c43a66c7..3b188ea96c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,17 @@ beta releases are not included in this history. [//]: # (begin_release_notes) +"1.47.0" (2023-10-11) +===================== + +Features +-------- + +- :sparkles: `[logs]` Added a `PlainStringLogger` to store only logged messages without prefixes or flags (#20231010192716) +- :sparkles: `[logs]` Added a `CombinedLoggers` to log into multiple loggers (#20231010195032) +- :sparkles: `[subprocess]` Added `Output` to store the output of a process into a string (#20231010200309) + + "1.46.0" (2023-10-10) ===================== diff --git a/changes/20231010192716.feature b/changes/20231010192716.feature deleted file mode 100644 index 69b4b0c654..0000000000 --- a/changes/20231010192716.feature +++ /dev/null @@ -1 +0,0 @@ -:sparkles: `[logs]` Added a `PlainStringLogger` to store only logged messages without prefixes or flags diff --git a/changes/20231010195032.feature b/changes/20231010195032.feature deleted file mode 100644 index f48cdeb8ba..0000000000 --- a/changes/20231010195032.feature +++ /dev/null @@ -1 +0,0 @@ -:sparkles: `[logs]` Added a `CombinedLoggers` to log into multiple loggers diff --git a/changes/20231010200309.feature b/changes/20231010200309.feature deleted file mode 100644 index 1d2088d737..0000000000 --- a/changes/20231010200309.feature +++ /dev/null @@ -1 +0,0 @@ -:sparkles: `[subprocess]` Added `Output` to store the output of a process into a string diff --git a/utils/module.properties b/utils/module.properties index a1f4ba4e4c..98fa5ca4b4 100644 --- a/utils/module.properties +++ b/utils/module.properties @@ -1,5 +1,5 @@ -Version=1.46.0 +Version=1.47.0 MajorVersion=1 -MinorVersion=46 +MinorVersion=47 PatchVersion=0 -CommitHash=820dac1974ce67d2cdf843ca90e8eec0e73ba84d \ No newline at end of file +CommitHash=eef1142b6e9eb7011fe79788de9c6ede6b7dfa33 \ No newline at end of file