Publish New Versions (v2) (#854)

Co-authored-by: FabianLars <FabianLars@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2023-12-28 10:37:04 -03:00
committed by GitHub
parent 2e2fc8de69
commit e80626cf81
16 changed files with 68 additions and 23 deletions
+6
View File
@@ -1,5 +1,11 @@
# Changelog
## \[2.0.0-alpha.9]
### Dependencies
- Upgraded to `fs@2.0.0-alpha.7`
## \[2.0.0-alpha.6]
- [`bfa87da`](https://github.com/tauri-apps/plugins-workspace/commit/bfa87da848f9f1da2abae3354eed632881eddf11)([#824](https://github.com/tauri-apps/plugins-workspace/pull/824)) Add `proxy` field to `fetch` options to configure proxy.
+2 -2
View File
@@ -1,6 +1,6 @@
[package]
name = "tauri-plugin-http"
version = "2.0.0-alpha.8"
version = "2.0.0-alpha.9"
description = "Access an HTTP client written in Rust."
edition = { workspace = true }
authors = { workspace = true }
@@ -16,7 +16,7 @@ serde = { workspace = true }
serde_json = { workspace = true }
tauri = { workspace = true }
thiserror = { workspace = true }
tauri-plugin-fs = { path = "../fs", version = "2.0.0-alpha.6" }
tauri-plugin-fs = { path = "../fs", version = "2.0.0-alpha.7" }
glob = "0.3"
http = "0.2"
reqwest = { version = "0.11", default-features = false }