1
0
mirror of https://github.com/fafhrd91/actix-web synced 2024-11-24 00:21:08 +01:00

prepare web release 3.0.2 (#1681)

This commit is contained in:
Rob Ede 2020-09-15 13:14:14 +01:00 committed by GitHub
parent a429ee6646
commit d707704556
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View File

@ -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]

View File

@ -1,6 +1,6 @@
[package]
name = "actix-web"
version = "3.0.1"
version = "3.0.2"
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
description = "Actix web is a powerful, pragmatic, and extremely fast web framework for Rust."
readme = "README.md"