diff --git a/CHANGELOG.md b/CHANGELOG.md index fe64a3b..f09854d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## \[2.5.5] + +- [`e8915f17`](https://github.com/tauri-apps/plugins-workspace/commit/e8915f17e418138f0776870353cd6ce7254b0473) ([#2562](https://github.com/tauri-apps/plugins-workspace/pull/2562) by [@amrbashir](https://github.com/tauri-apps/plugins-workspace/../../amrbashir)) Fix aborting a request in the middle of a streaming response. + +### Dependencies + +- Upgraded to `fs-js@2.4.5` + ## \[2.5.4] - [`93426f85`](https://github.com/tauri-apps/plugins-workspace/commit/93426f85120f49beb9f40222bff45185a32d54a9) Fixed an issue that caused docs.rs builds to fail. No user facing changes. diff --git a/Cargo.toml b/Cargo.toml index 39b82b9..b61200b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tauri-plugin-http" -version = "2.5.4" +version = "2.5.5" description = "Access an HTTP client written in Rust." edition = { workspace = true } authors = { workspace = true } @@ -30,7 +30,7 @@ serde_json = { workspace = true } tauri = { workspace = true } thiserror = { workspace = true } tokio = { version = "1", features = ["sync", "macros"] } -tauri-plugin-fs = { path = "../fs", version = "2.4.4" } +tauri-plugin-fs = { path = "../fs", version = "2.4.5" } urlpattern = "0.3" regex = "1" http = "1" diff --git a/package.json b/package.json index 7938fba..9a3d778 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tauri-apps/plugin-http", - "version": "2.5.4", + "version": "2.5.5", "license": "MIT OR Apache-2.0", "authors": [ "Tauri Programme within The Commons Conservancy"