Skip to content

Commit 92c28b3

Browse files
committed
Release v3.4.0
1 parent 75679b4 commit 92c28b3

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## Version 3.4
4+
- Resolved a number of cleanup & refactoring TODOs
5+
- Correctly identify non-lowercase content types as text (e.g. `text/JSON`
6+
would be incorrectly identified as non-text).
7+
- Pinned `time-rs` to 0.3.2 to avoid a semver-breaking change in their MSRV.
8+
- Bumped `chrono` to 0.4.19 and disabled their default feature set to avoid
9+
warnings about `RUSTSEC-2020-0071` (Rouille was never vulnerable, but used a
10+
vulnerable version of `chrono`).
11+
312
## Version 3.3.1
413
- Use `.strip_prefix` in place of `.starts_with` where appropriate, this stops a Clippy lint from
514
leaking out of our `router!` macro and into downstream code.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rouille"
3-
version = "3.3.1"
3+
version = "3.4.0"
44
authors = ["Pierre Krieger <[email protected]>"]
55
license = "MIT/Apache-2.0"
66
repository = "https://github.com/tomaka/rouille"

0 commit comments

Comments
 (0)