1
0
mirror of https://github.com/fafhrd91/actix-net synced 2024-11-23 22:51:07 +01:00

change actix-router version to 0.4.0

This commit is contained in:
Rob Ede 2021-06-06 18:48:27 +01:00
parent 6a5ea0342b
commit 3be3e11aa5
No known key found for this signature in database
GPG Key ID: 97C636207D3EF933
2 changed files with 5 additions and 2 deletions

View File

@ -3,7 +3,7 @@
## Unreleased - 2021-xx-xx
## 0.3.0 - 2021-06-06
## 0.4.0 - 2021-06-06
* When matching path parameters, `%25` is now kept in the percent-encoded form; no longer decoded to `%`. [#357]
* Path tail patterns now match new lines (`\n`) in request URL. [#360]
* Fixed a safety bug where `Path` could return a malformed string after percent decoding. [#359]
@ -14,6 +14,9 @@
[#359]: https://github.com/actix/actix-net/pull/359
[#360]: https://github.com/actix/actix-net/pull/360
## 0.3.0 - 2019-12-31
* Version was yanked previously. See https://crates.io/crates/actix-router/0.3.0
## 0.2.7 - 2021-02-06
* Add `Router::recognize_checked` [#247]

View File

@ -1,6 +1,6 @@
[package]
name = "actix-router"
version = "0.3.0"
version = "0.4.0"
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
description = "Resource path matching library"
keywords = ["actix", "router", "routing"]