We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6354485 commit b49b26cCopy full SHA for b49b26c
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
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
+
10
## Version 3.2.1
11
12
- Removed unused dependency `term` and updated `rand`, `multipart`, `deflate`
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "rouille"
-version = "3.2.1"
+version = "3.3.0"
authors = ["Pierre Krieger <pierre.krieger1708@gmail.com>"]
license = "MIT/Apache-2.0"
repository = "https://github.com/tomaka/rouille"
0 commit comments