diff --git a/.changes/fix-rpm-aarch64.md b/.changes/fix-rpm-aarch64.md deleted file mode 100644 index 6032056..0000000 --- a/.changes/fix-rpm-aarch64.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -action: patch ---- - -Fixed an issue that the action can't find aarch64 rpm package. diff --git a/CHANGELOG.md b/CHANGELOG.md index 53b1f17..d9e8d80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## \[0.5.6] + +- [`d80ec2c`](https://www.github.com/tauri-apps/tauri-action/commit/d80ec2ce013f37a16774e5dfe5ca51d3fb12ef1a) ([#821](https://www.github.com/tauri-apps/tauri-action/pull/821) by [@pewsheen](https://www.github.com/tauri-apps/tauri-action/../../pewsheen)) Fixed an issue that the action can't find aarch64 rpm package. + ## \[0.5.5] - [`10eca12`](https://www.github.com/tauri-apps/tauri-action/commit/10eca12d4b7138e3c7dca7bccaa170a8784ea3f5) ([#810](https://www.github.com/tauri-apps/tauri-action/pull/810)) The action can now detects Linux bundles with the new naming convention added in tauri cli 2.0.0-beta.19 diff --git a/package.json b/package.json index c7a78f0..ae3f5ea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tauri-action", - "version": "0.5.5", + "version": "0.5.6", "description": "Tauri GitHub Action", "contributors": [ "Tauri Programme within The Commons Conservancy"