diff --git a/actix-router/CHANGES.md b/actix-router/CHANGES.md index 581243fb..4c19aedc 100644 --- a/actix-router/CHANGES.md +++ b/actix-router/CHANGES.md @@ -1,6 +1,9 @@ # Changes ## Unreleased - 2021-xx-xx + + +## 0.2.7 - 2021-02-06 * Add `Router::recognize_checked` [#247] [#247]: https://github.com/actix/actix-net/pull/247 diff --git a/actix-router/Cargo.toml b/actix-router/Cargo.toml index 2446fc1b..f55c2c38 100644 --- a/actix-router/Cargo.toml +++ b/actix-router/Cargo.toml @@ -1,9 +1,9 @@ [package] name = "actix-router" -version = "0.2.6" +version = "0.2.7" authors = ["Nikolay Kim "] description = "Resource path matching library" -keywords = ["actix"] +keywords = ["actix", "router", "routing"] homepage = "https://actix.rs" repository = "https://github.com/actix/actix-net.git" documentation = "https://docs.rs/actix-router"