From b56094cef92ec03149a7f9ca0b8bcf68ea6f3cb1 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Mon, 18 Nov 2024 17:43:57 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20releasing=20version=201.75.0=20@?= =?UTF-8?q?=202024-11-18=2017:43=20[skip=20ci]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 16 ++++++++++++++++ changes/20241118165828.feature | 1 - changes/20241118171703.feature | 1 - changes/20241118172847.bugfix | 1 - utils/module.properties | 8 ++++---- 5 files changed, 20 insertions(+), 7 deletions(-) delete mode 100644 changes/20241118165828.feature delete mode 100644 changes/20241118171703.feature delete mode 100644 changes/20241118172847.bugfix diff --git a/CHANGELOG.md b/CHANGELOG.md index 549af4d4df..7c3bc9d55d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,22 @@ beta releases are not included in this history. [//]: # (begin_release_notes) +"1.75.0" (2024-11-18) +===================== + +Features +-------- + +- :sparkles: `[collection]` Added a way to determine unique values in a slice: `UniqueEntries` (#20241118165828) +- :sparkles: `[config]` Added a way to bind mutiple flag to a same environment input: `BindFlagsToEnv` (#20241118171703) + + +Bugfixes +-------- + +- :arrow_up: Upgrade dependency `https://github.com/deckarep/golang-set` (#20241118172847) + + "1.74.1" (2024-11-15) ===================== diff --git a/changes/20241118165828.feature b/changes/20241118165828.feature deleted file mode 100644 index a8014db9ed..0000000000 --- a/changes/20241118165828.feature +++ /dev/null @@ -1 +0,0 @@ -:sparkles: `[collection]` Added a way to determine unique values in a slice: `UniqueEntries` diff --git a/changes/20241118171703.feature b/changes/20241118171703.feature deleted file mode 100644 index fdcee82ebc..0000000000 --- a/changes/20241118171703.feature +++ /dev/null @@ -1 +0,0 @@ -:sparkles: `[config]` Added a way to bind mutiple flag to a same environment input: `BindFlagsToEnv` diff --git a/changes/20241118172847.bugfix b/changes/20241118172847.bugfix deleted file mode 100644 index 5497cd58f0..0000000000 --- a/changes/20241118172847.bugfix +++ /dev/null @@ -1 +0,0 @@ -:arrow_up: Upgrade dependency `https://github.com/deckarep/golang-set` diff --git a/utils/module.properties b/utils/module.properties index 833cdee470..b3ba93fa15 100644 --- a/utils/module.properties +++ b/utils/module.properties @@ -1,5 +1,5 @@ -Version=1.74.1 +Version=1.75.0 MajorVersion=1 -MinorVersion=74 -PatchVersion=1 -CommitHash=37c3a62be2157da0cee28853c12e971c8a762573 \ No newline at end of file +MinorVersion=75 +PatchVersion=0 +CommitHash=398053a6b6ef78c554db9df6148b0ea6fac8e255 \ No newline at end of file