Skip to content

Commit 715a047

Browse files
Publish New Versions (v2) (#2128)
Co-authored-by: FabianLars <[email protected]>
1 parent 05c62d7 commit 715a047

File tree

5 files changed

+7
-9
lines changed

5 files changed

+7
-9
lines changed

.changes/feat-download-on-post.md

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

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plugins/upload/CHANGELOG.md

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

3+
## \[2.2.1]
4+
5+
- [`05c62d73`](https://github.com/tauri-apps/plugins-workspace/commit/05c62d731fa48fd06b8cb3694a962d8cb0db8619) ([#1523](https://github.com/tauri-apps/plugins-workspace/pull/1523) by [@enri90](https://github.com/tauri-apps/plugins-workspace/../../enri90)) Added post request on download function
6+
37
## \[2.2.0]
48

59
- [`5dadd205`](https://github.com/tauri-apps/plugins-workspace/commit/5dadd205f5596c9607457dd015a2f9d7fc48a2db) ([#2033](https://github.com/tauri-apps/plugins-workspace/pull/2033) by [@514sid](https://github.com/tauri-apps/plugins-workspace/../../514sid)) Added a new field `progressTotal` to track the total amount of data transferred during the upload/download process.

plugins/upload/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tauri-plugin-upload"
3-
version = "2.2.0"
3+
version = "2.2.1"
44
description = "Upload files from disk to a remote server over HTTP."
55
authors = { workspace = true }
66
license = { workspace = true }

plugins/upload/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tauri-apps/plugin-upload",
3-
"version": "2.2.0",
3+
"version": "2.2.1",
44
"description": "Upload files from disk to a remote server over HTTP.",
55
"license": "MIT OR Apache-2.0",
66
"authors": [

0 commit comments

Comments
 (0)