From d285bb08d4852e0a7d524387fee53aa47c7b2a99 Mon Sep 17 00:00:00 2001 From: Chawye Hsu Date: Thu, 25 Apr 2024 21:33:45 +0800 Subject: [PATCH] chore(release): Bump to version 0.4.1 (#5924) Co-authored-by: Hsiao-nan Cheung --- CHANGELOG.md | 6 ++++++ lib/core.ps1 | 11 ++++++++--- test/Scoop-Decompress.Tests.ps1 | 28 +++++++++++++++++++++++++--- 3 files changed, 39 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 00e336583e..d6e1f79248 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [v0.4.1](https://github.com/ScoopInstaller/Scoop/compare/v0.4.0...v0.4.1) - 2024-04-25 + +### Bug Fixes + +- **core:** Fix `Invoke-ExternalCommand` regression ([#5923](https://github.com/ScoopInstaller/Scoop/issues/5923)) + ## [v0.4.0](https://github.com/ScoopInstaller/Scoop/compare/v0.3.1...v0.4.0) - 2024-04-18 ### Features diff --git a/lib/core.ps1 b/lib/core.ps1 index cf60f27e4c..1ac304ded5 100644 --- a/lib/core.ps1 +++ b/lib/core.ps1 @@ -747,9 +747,14 @@ function Invoke-ExternalCommand { } if ($ArgumentList.Length -gt 0) { $ArgumentList = $ArgumentList | ForEach-Object { [regex]::Split($_.Replace('"', ''), '(?<=(?