From 42c590b60f507e64cbb1f5ab2cf0da52386645e3 Mon Sep 17 00:00:00 2001 From: Puyodead1 Date: Wed, 28 Feb 2024 05:21:52 +0000 Subject: [PATCH] apply version updates --- .changes/allow-binaries-without-artifacts.md | 5 ----- CHANGELOG.md | 4 ++++ package.json | 2 +- 3 files changed, 5 insertions(+), 6 deletions(-) delete mode 100644 .changes/allow-binaries-without-artifacts.md diff --git a/.changes/allow-binaries-without-artifacts.md b/.changes/allow-binaries-without-artifacts.md deleted file mode 100644 index 408dc7656..000000000 --- a/.changes/allow-binaries-without-artifacts.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"action": patch ---- - -tauri-action can now successfully build binaries even if they don't have any artifacts (`bundle.active: false`) diff --git a/CHANGELOG.md b/CHANGELOG.md index e74eb5cc4..91e66e240 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## \[0.5.1] + +- [`f2abe36`](https://www.github.com/tauri-apps/tauri-action/commit/f2abe36fa8a59765d670b75f823b2ed3e93b40ab)([#711](https://www.github.com/tauri-apps/tauri-action/pull/711)) tauri-action can now successfully build binaries even if they don't have any artifacts (`bundle.active: false`) + ## \[0.5.0] - [`d618a42`](https://www.github.com/tauri-apps/tauri-action/commit/d618a422b9e0fbca4fd2436be4f6368453c45a7e)([#645](https://www.github.com/tauri-apps/tauri-action/pull/645)) The action added `appVersion` parameter to facilitate easy access to the current application version in action output. diff --git a/package.json b/package.json index 9e3e05389..4cce72e0f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tauri-action", - "version": "0.5.0", + "version": "0.5.1", "description": "Tauri GitHub Action", "contributors": [ "Tauri Programme within The Commons Conservancy"