Skip to content

Commit f290eb8

Browse files
apply version updates (#874)
Co-authored-by: FabianLars <[email protected]>
1 parent 70f5023 commit f290eb8

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

.changes/rpm-beta-21.md

-5
This file was deleted.

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## \[0.5.11]
4+
5+
- [`70f5023`](https://www.github.com/tauri-apps/tauri-action/commit/70f50235fd767d6357440bc26d78fe6a0fe02545) ([#873](https://www.github.com/tauri-apps/tauri-action/pull/873) by [@FabianLars](https://www.github.com/tauri-apps/tauri-action/../../FabianLars)) Support new RPM file name that was fixed in [email protected].
6+
37
## \[0.5.10]
48

59
- [`f876b0d`](https://www.github.com/tauri-apps/tauri-action/commit/f876b0d6a0b9306a8030e98b0b9dda2fb231059e) ([#861](https://www.github.com/tauri-apps/tauri-action/pull/861) by [@vdemcak](https://www.github.com/tauri-apps/tauri-action/../../vdemcak)) Fixed an issue that caused the action to not generate `latest.json` due to a desync between GitHub artifacts and local variables. This was caused by incorrect normalization of artifact file names, specifically not accounting for removing special characters.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tauri-action",
3-
"version": "0.5.10",
3+
"version": "0.5.11",
44
"description": "Tauri GitHub Action",
55
"contributors": [
66
"Tauri Programme within The Commons Conservancy"

0 commit comments

Comments
 (0)