Skip to content

Commit 8a94d9c

Browse files
committed
Release v3.3.1
1 parent 0c8c1da commit 8a94d9c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

3+
## Version 3.3.1
4+
- Use `.strip_prefix` in place of `.starts_with` where appropriate, this stops a Clippy lint from
5+
leaking out of our `router!` macro and into downstream code.
6+
37
## Version 3.3.0
48
- Bumped minimum supported Rust version to 1.48
59
- Added module-level documentation for `rouille::content_encoding`

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.0"
3+
version = "3.3.1"
44
authors = ["Pierre Krieger <pierre.krieger1708@gmail.com>"]
55
license = "MIT/Apache-2.0"
66
repository = "https://github.com/tomaka/rouille"

0 commit comments

Comments
 (0)