Skip to content

Commit 08abe44

Browse files
committed
v0.3.4
1 parent 2fecf97 commit 08abe44

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
### v0.3.4 (March 31, 2023)
2+
3+
- **Fixes**:
4+
- `multipart::Part` data is now streamed instead of buffered.
5+
- Update dependency used for `multipart` filters.
6+
17
### v0.3.3 (September 27, 2022)
28

39
- **Fixes**:

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "warp"
3-
version = "0.3.3" # don't forget to update html_root_url
3+
version = "0.3.4" # don't forget to update html_root_url
44
description = "serve the web at warp speeds"
55
authors = ["Sean McArthur <[email protected]>"]
66
license = "MIT"

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#![doc(html_root_url = "https://docs.rs/warp/0.3.3")]
1+
#![doc(html_root_url = "https://docs.rs/warp/0.3.4")]
22
#![deny(missing_docs)]
33
#![deny(missing_debug_implementations)]
44
#![deny(rust_2018_idioms)]

0 commit comments

Comments
 (0)