From b49b26c280a11e4e32884b300128e87865dff380 Mon Sep 17 00:00:00 2001 From: Richard Bradfield Date: Wed, 1 Sep 2021 10:15:07 +0100 Subject: [PATCH] Release v3.3.0 --- CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 66f745717..b230a2c45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## Version 3.3.0 +- Bumped minimum supported Rust version to 1.48 +- Added module-level documentation for `rouille::content_encoding` +- Updated `time` dependency to `0.3` and `postgres` to `0.19` to fix a compile failure due to a yanked version of + `sha1`. +- Fixed numerous typos in the crate documentation. + ## Version 3.2.1 - Removed unused dependency `term` and updated `rand`, `multipart`, `deflate` diff --git a/Cargo.toml b/Cargo.toml index edc25a8fa..8ced87d18 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rouille" -version = "3.2.1" +version = "3.3.0" authors = ["Pierre Krieger "] license = "MIT/Apache-2.0" repository = "https://github.com/tomaka/rouille"