Skip to content

Commit 4e9c4fd

Browse files
committed
v0.3.3
1 parent 0074a0a commit 4e9c4fd

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
### v0.3.3 (September 27, 2022)
2+
3+
- **Fixes**:
4+
- Fix `fs` filters path sanitization to reject colons on Windows.
5+
16
### v0.3.2 (November 9, 2021)
27

38
- **Features**:

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.2" # don't forget to update html_root_url
3+
version = "0.3.3" # 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.2")]
1+
#![doc(html_root_url = "https://docs.rs/warp/0.3.3")]
22
#![deny(missing_docs)]
33
#![deny(missing_debug_implementations)]
44
#![deny(rust_2018_idioms)]

0 commit comments

Comments
 (0)