Skip to content

Commit 9ec12e0

Browse files
apply version updates (#876)
Co-authored-by: FabianLars <[email protected]>
1 parent 93d570b commit 9ec12e0

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

.changes/upload-uses-filestream.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.12]
4+
5+
- [`93d570b`](https://www.github.com/tauri-apps/tauri-action/commit/93d570b03af965a5751e2079c1b3d264b451f300) ([#863](https://www.github.com/tauri-apps/tauri-action/pull/863) by [@tobyspark](https://www.github.com/tauri-apps/tauri-action/../../tobyspark)) Reduces memory consumption when uploading successfully built releases, by passing a file stream object rather than reading the entire file into a buffer and then passing that. Empirically, this has stopped the action from failing on GitHub's Windows runners, with apps approaching 2GB in size.
6+
37
## \[0.5.11]
48

59
- [`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].

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.11",
3+
"version": "0.5.12",
44
"description": "Tauri GitHub Action",
55
"contributors": [
66
"Tauri Programme within The Commons Conservancy"

0 commit comments

Comments
 (0)