diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b83110f..be23fd2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## v3.45.0 - 2025-09-15 +## Unreleased - Task now includes built-in core utilities to greatly improve compatibility on Windows. This means that your commands that uses `cp`, `mv`, `mkdir` or any @@ -31,8 +31,8 @@ - Enhanced support for tasks with wildcards: they are now logged correctly, and wildcard parameters are fully considered during fingerprinting (#1808, #1795 by @vmaerten). -- Fixed panic when a variable was declared as an empty hash (`{}`) (#2416, - #2417 by @trulede). +- Fixed panic when a variable was declared as an empty hash (`{}`) (#2416, #2417 + by @trulede). #### Package API @@ -49,6 +49,10 @@ more timely. We have already merged a couple of longstanding PRs in our @pd93, @shrink, @trim21 and all the previous contributors to [arduino/setup-task](https://github.com/arduino/setup-task/)). +## v3.45.0 - 2025-09-15 + +Failed due to an issue with our release process. + ## v3.44.1 - 2025-07-23 - Internal tasks will no longer be shown as suggestions since they cannot be diff --git a/website/src/docs/changelog.md b/website/src/docs/changelog.md index e02e3ca0..236d1736 100644 --- a/website/src/docs/changelog.md +++ b/website/src/docs/changelog.md @@ -5,7 +5,7 @@ outline: deep # Changelog -## v3.45.0 - 2025-09-15 +## Unreleased - Task now includes built-in core utilities to greatly improve compatibility on Windows. This means that your commands that uses `cp`, `mv`, `mkdir` or any @@ -36,8 +36,8 @@ outline: deep - Enhanced support for tasks with wildcards: they are now logged correctly, and wildcard parameters are fully considered during fingerprinting (#1808, #1795 by @vmaerten). -- Fixed panic when a variable was declared as an empty hash (`{}`) (#2416, - #2417 by @trulede). +- Fixed panic when a variable was declared as an empty hash (`{}`) (#2416, #2417 + by @trulede). #### Package API @@ -54,6 +54,10 @@ more timely. We have already merged a couple of longstanding PRs in our @pd93, @shrink, @trim21 and all the previous contributors to [arduino/setup-task](https://github.com/arduino/setup-task/)). +## v3.45.0 - 2025-09-15 + +Failed due to an issue with our release process. + ## v3.44.1 - 2025-07-23 - Internal tasks will no longer be shown as suggestions since they cannot be