From f290eb8e3c2a5097b2c6facfa1b6674dab9eaefb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 14:41:26 +0200 Subject: [PATCH] apply version updates (#874) Co-authored-by: FabianLars --- .changes/rpm-beta-21.md | 5 ----- CHANGELOG.md | 4 ++++ package.json | 2 +- 3 files changed, 5 insertions(+), 6 deletions(-) delete mode 100644 .changes/rpm-beta-21.md diff --git a/.changes/rpm-beta-21.md b/.changes/rpm-beta-21.md deleted file mode 100644 index e8f3abcb8d..0000000000 --- a/.changes/rpm-beta-21.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -action: patch ---- - -Support new RPM file name that was fixed in tauri-cli@2.0.0-beta.21. diff --git a/CHANGELOG.md b/CHANGELOG.md index 6bbf6c3b66..8c48d9c959 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## \[0.5.11] + +- [`70f5023`](https://www.github.com/tauri-apps/tauri-action/commit/70f50235fd767d6357440bc26d78fe6a0fe02545) ([#873](https://www.github.com/tauri-apps/tauri-action/pull/873) by [@FabianLars](https://www.github.com/tauri-apps/tauri-action/../../FabianLars)) Support new RPM file name that was fixed in tauri-cli@2.0.0-beta.21. + ## \[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. diff --git a/package.json b/package.json index 037da48b96..8980ccd8bf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tauri-action", - "version": "0.5.10", + "version": "0.5.11", "description": "Tauri GitHub Action", "contributors": [ "Tauri Programme within The Commons Conservancy"