From 05d4492c5fada129c607a4ef5c02c28951eba440 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 25 Jul 2024 13:08:48 +0200 Subject: [PATCH] apply version updates (#867) Co-authored-by: FabianLars --- .changes/package-name-normalization.md | 5 ----- CHANGELOG.md | 4 ++++ package.json | 2 +- 3 files changed, 5 insertions(+), 6 deletions(-) delete mode 100644 .changes/package-name-normalization.md diff --git a/.changes/package-name-normalization.md b/.changes/package-name-normalization.md deleted file mode 100644 index 557a894..0000000 --- a/.changes/package-name-normalization.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -action: patch ---- - -Fixed an issue that caused the action to not generate `latest.json` due to a desync between GitHub artifacts and local variables. This was caused by incorrect normalization of artifact file names, specifically not accounting for removing special characters. \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index efb1308..6bbf6c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## \[0.5.10] + +- [`f876b0d`](https://www.github.com/tauri-apps/tauri-action/commit/f876b0d6a0b9306a8030e98b0b9dda2fb231059e) ([#861](https://www.github.com/tauri-apps/tauri-action/pull/861) by [@vdemcak](https://www.github.com/tauri-apps/tauri-action/../../vdemcak)) Fixed an issue that caused the action to not generate `latest.json` due to a desync between GitHub artifacts and local variables. This was caused by incorrect normalization of artifact file names, specifically not accounting for removing special characters. + ## \[0.5.9] - [`ff07d2a`](https://www.github.com/tauri-apps/tauri-action/commit/ff07d2a6ce69514dddf7cde3ba0b866dad1e07e0) ([#849](https://www.github.com/tauri-apps/tauri-action/pull/849) by [@FabianLars](https://www.github.com/tauri-apps/tauri-action/../../FabianLars)) Fixed an issue that caused the action to fail to upload some assets to existing releases if the workflow built the app for many architectures and debug + release mode. diff --git a/package.json b/package.json index 8fd0215..21a8013 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tauri-action", - "version": "0.5.9", + "version": "0.5.10", "description": "Tauri GitHub Action", "contributors": [ "Tauri Programme within The Commons Conservancy"