diff --git a/.changes/fix-parans-in-prodname.md b/.changes/fix-parans-in-prodname.md deleted file mode 100644 index c594e7fa2..000000000 --- a/.changes/fix-parans-in-prodname.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -action: patch ---- - -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/.changes/unzipped-updater.md b/.changes/unzipped-updater.md deleted file mode 100644 index b5b934ba4..000000000 --- a/.changes/unzipped-updater.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -action: patch ---- - -Support non zipped updater for Windows and Linux diff --git a/CHANGELOG.md b/CHANGELOG.md index d9e8d8019..d5ff14a7c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## \[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: `()[]{}`. +- [`edd3869`](https://www.github.com/tauri-apps/tauri-action/commit/edd386979eff0987d210b7043491b7b3fef906b4) ([#766](https://www.github.com/tauri-apps/tauri-action/pull/766) by [@Legend-Master](https://www.github.com/tauri-apps/tauri-action/../../Legend-Master)) Support non zipped updater for Windows and Linux + ## \[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. diff --git a/package.json b/package.json index eb5cd04a1..e7917ad65 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tauri-action", - "version": "0.5.6", + "version": "0.5.7", "description": "Tauri GitHub Action", "contributors": [ "Tauri Programme within The Commons Conservancy"