Skip to content

Commit 19b93bb

Browse files
apply version updates (#1155)
Co-authored-by: FabianLars <[email protected]>
1 parent 8c277b5 commit 19b93bb

File tree

9 files changed

+12
-33
lines changed

9 files changed

+12
-33
lines changed

.changes/encoded-tag-name.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/feat-generated-notes.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/fix-fallback-filename.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/gitea.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/github-base-url.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/node24.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## \[0.6.0]
4+
5+
- [`e918a06`](https://www.github.com/tauri-apps/tauri-action/commit/e918a068fe65bde93e97fe0d4024e45dc568c536) ([#1133](https://www.github.com/tauri-apps/tauri-action/pull/1133)) Encode `tagName` option value in `latest.json` URL.
6+
- [`45acc19`](https://www.github.com/tauri-apps/tauri-action/commit/45acc1922a6fe824bcffed136e9b5d80660ed050) ([#1164](https://www.github.com/tauri-apps/tauri-action/pull/1164)) Add `generateReleaseNotes` config to use GitHub's release notes API to auto generate the release name and/or body.
7+
- [`59a1a70`](https://www.github.com/tauri-apps/tauri-action/commit/59a1a70223956f123844e5f309cf5cf82d279685) ([#1166](https://www.github.com/tauri-apps/tauri-action/pull/1166)) Fix default file name pattern to match tauri's file names again.
8+
- [`08112f7`](https://www.github.com/tauri-apps/tauri-action/commit/08112f729df63ddc8f64de706284e8518f1b1e73) ([#1106](https://www.github.com/tauri-apps/tauri-action/pull/1106)) Added experimental support for Gitea hosted instances.
9+
- [`08112f7`](https://www.github.com/tauri-apps/tauri-action/commit/08112f729df63ddc8f64de706284e8518f1b1e73) ([#1106](https://www.github.com/tauri-apps/tauri-action/pull/1106)) Added a config to set the GitHub API URL which should help users with self-hosted instances and those using GitHub Enterprise.
10+
- [`b067139`](https://www.github.com/tauri-apps/tauri-action/commit/b0671399f144ae28a851ef8c3e0540b5d5c6cd37) ([#1130](https://www.github.com/tauri-apps/tauri-action/pull/1130)) The action now uses node v24 which raises the minimum GitHub runner version to `v2.327.1`.
11+
312
## \[0.5.24]
413

514
- [`c5d6ac7`](https://www.github.com/tauri-apps/tauri-action/commit/c5d6ac7494763a167f5acf6e6c73664fc7360468) ([#1152](https://www.github.com/tauri-apps/tauri-action/pull/1152) by [@FabianLars](https://www.github.com/tauri-apps/tauri-action/../../FabianLars)) The `latest.json` file now contains `{os}-{arch}-{installer}` keys as well to support multiple installer formats per platform. This requires `tauri-plugin-updater` version `2.10.0` or above.

dist/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2058,7 +2058,7 @@ const Context = __importStar(__nccwpck_require__(3077));
20582058
const Utils = __importStar(__nccwpck_require__(8399));
20592059
// octokit + plugins
20602060
const core_1 = __nccwpck_require__(1772);
2061-
const plugin_rest_endpoint_methods_1 = __nccwpck_require__(6363);
2061+
const plugin_rest_endpoint_methods_1 = __nccwpck_require__(6316);
20622062
const plugin_paginate_rest_1 = __nccwpck_require__(8633);
20632063
exports.context = new Context.Context();
20642064
const baseUrl = Utils.getApiBaseUrl();
@@ -7678,7 +7678,7 @@ paginateRest.VERSION = VERSION;
76787678

76797679
/***/ }),
76807680

7681-
/***/ 6363:
7681+
/***/ 6316:
76827682
/***/ ((module) => {
76837683

76847684

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tauri-action",
3-
"version": "0.5.24",
3+
"version": "0.6.0",
44
"description": "Tauri GitHub Action",
55
"contributors": [
66
"Tauri Programme within The Commons Conservancy"

0 commit comments

Comments
 (0)