Skip to content

Commit 3be3e11

Browse files
committed
change actix-router version to 0.4.0
1 parent 6a5ea03 commit 3be3e11

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

actix-router/CHANGES.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Unreleased - 2021-xx-xx
44

55

6-
## 0.3.0 - 2021-06-06
6+
## 0.4.0 - 2021-06-06
77
* When matching path parameters, `%25` is now kept in the percent-encoded form; no longer decoded to `%`. [#357]
88
* Path tail patterns now match new lines (`\n`) in request URL. [#360]
99
* Fixed a safety bug where `Path` could return a malformed string after percent decoding. [#359]
@@ -14,6 +14,9 @@
1414
[#359]: https://github.com/actix/actix-net/pull/359
1515
[#360]: https://github.com/actix/actix-net/pull/360
1616

17+
## 0.3.0 - 2019-12-31
18+
* Version was yanked previously. See https://crates.io/crates/actix-router/0.3.0
19+
1720

1821
## 0.2.7 - 2021-02-06
1922
* Add `Router::recognize_checked` [#247]

actix-router/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "actix-router"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
55
description = "Resource path matching library"
66
keywords = ["actix", "router", "routing"]

0 commit comments

Comments
 (0)