Skip to content

Commit b49b26c

Browse files
committed
Release v3.3.0
1 parent 6354485 commit b49b26c

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

3+
## Version 3.3.0
4+
- Bumped minimum supported Rust version to 1.48
5+
- Added module-level documentation for `rouille::content_encoding`
6+
- Updated `time` dependency to `0.3` and `postgres` to `0.19` to fix a compile failure due to a yanked version of
7+
`sha1`.
8+
- Fixed numerous typos in the crate documentation.
9+
310
## Version 3.2.1
411

512
- Removed unused dependency `term` and updated `rand`, `multipart`, `deflate`

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.2.1"
3+
version = "3.3.0"
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)