From 1974630da507110a9d1afaec30a104231b494ace Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 2 Jul 2024 13:25:33 +0200 Subject: [PATCH] apply version updates (#846) Co-authored-by: FabianLars --- .changes/space-in-updater.md | 5 ----- CHANGELOG.md | 4 ++++ package.json | 2 +- 3 files changed, 5 insertions(+), 6 deletions(-) delete mode 100644 .changes/space-in-updater.md diff --git a/.changes/space-in-updater.md b/.changes/space-in-updater.md deleted file mode 100644 index 733ae2176..000000000 --- a/.changes/space-in-updater.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -action: patch ---- - -Fix can't find updater file name with spaces in them and can't pick up unzipped updater signatures diff --git a/CHANGELOG.md b/CHANGELOG.md index d5ff14a7c..57e57cc82 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## \[0.5.8] + +- [`621de48`](https://www.github.com/tauri-apps/tauri-action/commit/621de481ebf76558785277c9654f3befeaf0bd35) ([#845](https://www.github.com/tauri-apps/tauri-action/pull/845) by [@Legend-Master](https://www.github.com/tauri-apps/tauri-action/../../Legend-Master)) Fix can't find updater file name with spaces in them and can't pick up unzipped updater signatures + ## \[0.5.7] - [`f8044a1`](https://www.github.com/tauri-apps/tauri-action/commit/f8044a1d9fa468d71dd285d9f17b467dc8c9b334) ([#837](https://www.github.com/tauri-apps/tauri-action/pull/837) by [@FabianLars](https://www.github.com/tauri-apps/tauri-action/../../FabianLars)) Fixed an issue that caused the action to be unable to pick up the app bundles if the `productName` contained any of these characters: `()[]{}`. diff --git a/package.json b/package.json index c60a84128..28a647af4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tauri-action", - "version": "0.5.7", + "version": "0.5.8", "description": "Tauri GitHub Action", "contributors": [ "Tauri Programme within The Commons Conservancy"