Skip to content

Commit 8eb45fc

Browse files
committed
v0.1.6
1 parent 7dda5f8 commit 8eb45fc

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
### v0.1.6 (October 5, 2018)
2+
3+
- **Features**:
4+
- Add Conditional and Range request support for `warp::fs` filters.
5+
- Relaxed bounds on `Rejection::with` to no longer need to be `Sized`.
6+
- Add `warp::path::peek()` which gets the unmatched tail without adjusting the currently matched path.
7+
18
### v0.1.5 (October 3, 2018)
29

310
- **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.1.5" # don't forget to update html_root_url
3+
version = "0.1.6" # 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.1.5")]
1+
#![doc(html_root_url = "https://docs.rs/warp/0.1.6")]
22
#![deny(missing_docs)]
33
#![deny(missing_debug_implementations)]
44
#![cfg_attr(test, deny(warnings))]

0 commit comments

Comments
 (0)