diff --git a/.changes/add-version-output.md b/.changes/add-version-output.md deleted file mode 100644 index 9069d730e..000000000 --- a/.changes/add-version-output.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -action: 'patch' ---- - -The action added `appVersion` parameter to facilitate easy access to the current application version in action output. diff --git a/.changes/drop-vue-cli-support.md b/.changes/drop-vue-cli-support.md deleted file mode 100644 index 57120bca2..000000000 --- a/.changes/drop-vue-cli-support.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -action: 'minor' ---- - -**Breaking:** The action no longer supports `vue-cli-plugin-tauri` since it was deprecated like `vue-cli` itself. Please migrate to `@tauri-apps/cli`. diff --git a/.changes/fix-member-globs.md b/.changes/fix-member-globs.md deleted file mode 100644 index 65df87ab5..000000000 --- a/.changes/fix-member-globs.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -action: 'patch' ---- - -The action now correctly handles glob patterns in the workspace.members config (example: `members = ["bin/*"]`). diff --git a/.changes/name-ver-init.md b/.changes/name-ver-init.md deleted file mode 100644 index 7f0ebf256..000000000 --- a/.changes/name-ver-init.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -action: 'minor' ---- - -**Breaking:** The action no longer tries to read a package.json file for the app name and version when initializing a tauri app. Use the `appName` and `appVersion` input arguments or the `--config` flag. diff --git a/CHANGELOG.md b/CHANGELOG.md index 6055d02c7..840d63cfd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## \[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. +- [`cb393bf`](https://www.github.com/tauri-apps/tauri-action/commit/cb393bfe3b4fb834693989499769ff8fc24ada26)([#611](https://www.github.com/tauri-apps/tauri-action/pull/611)) **Breaking:** The action no longer supports `vue-cli-plugin-tauri` since it was deprecated like `vue-cli` itself. Please migrate to `@tauri-apps/cli`. +- [`b87a544`](https://www.github.com/tauri-apps/tauri-action/commit/b87a544c7a8ad25f6ff41f0a4a20b8f711056008)([#626](https://www.github.com/tauri-apps/tauri-action/pull/626)) The action now correctly handles glob patterns in the workspace.members config (example: `members = ["bin/*"]`). +- [`b862ca0`](https://www.github.com/tauri-apps/tauri-action/commit/b862ca088ab308dee6bf035f4003f1f446e11438)([#602](https://www.github.com/tauri-apps/tauri-action/pull/602)) **Breaking:** The action no longer tries to read a package.json file for the app name and version when initializing a tauri app. Use the `appName` and `appVersion` input arguments or the `--config` flag. + ## \[0.4.5] - [`2b7cd25`](https://www.github.com/tauri-apps/tauri-action/commit/2b7cd25a7d13b4d3bb90a8b0d4423686466120d4)([#598](https://www.github.com/tauri-apps/tauri-action/pull/598)) Fix path resolution for `build.target-dir` if the `.cargo` folder is not in the current working dir. diff --git a/package.json b/package.json index cb6217db1..29ae27b26 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tauri-action", - "version": "0.4.5", + "version": "0.5.0", "description": "Tauri GitHub Action", "contributors": [ "Tauri Programme within The Commons Conservancy"