From d7077045565ca7c4d484c2fb14b5fd5f07dfecc2 Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Tue, 15 Sep 2020 13:14:14 +0100 Subject: [PATCH] prepare web release 3.0.2 (#1681) --- CHANGES.md | 3 +++ Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 3379875ec..15d3c81ce 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,9 @@ # Changes ## Unreleased - 2020-xx-xx + + +## 3.0.2 - 2020-09-15 ### Fixed * `NormalizePath` when used with `TrailingSlash::Trim` no longer trims the root path "/". [#1678] diff --git a/Cargo.toml b/Cargo.toml index b2cffbc48..8ce615433 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "actix-web" -version = "3.0.1" +version = "3.0.2" authors = ["Nikolay Kim "] description = "Actix web is a powerful, pragmatic, and extremely fast web framework for Rust." readme = "README.md"