Publish New Versions (v2) (#1794)

Co-authored-by: amrbashir <amrbashir@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2024-09-16 07:00:22 -03:00
committed by GitHub
parent 5d39ddcf22
commit d8efd3cd20
6 changed files with 16 additions and 4 deletions
+6
View File
@@ -1,5 +1,11 @@
# Changelog
## \[2.0.0-rc.2]
### bug
- [`1d9741b5`](https://github.com/tauri-apps/plugins-workspace/commit/1d9741b52bb242d32b2ffd46fb4343a501cbd54b) ([#1783](https://github.com/tauri-apps/plugins-workspace/pull/1783) by [@fxsalazar](https://github.com/tauri-apps/plugins-workspace/../../fxsalazar)) fix download content to file when unsuccessful response
## \[2.0.0-rc.1]
- [`e2e97db5`](https://github.com/tauri-apps/plugins-workspace/commit/e2e97db51983267f5be84d4f6f0278d58834d1f5) ([#1701](https://github.com/tauri-apps/plugins-workspace/pull/1701) by [@lucasfernog](https://github.com/tauri-apps/plugins-workspace/../../lucasfernog)) Update to tauri 2.0.0-rc.8
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "tauri-plugin-upload"
version = "2.0.0-rc.1"
version = "2.0.0-rc.2"
description = "Upload files from disk to a remote server over HTTP."
authors = { workspace = true }
license = { workspace = true }