From 7ee42b50b406b0d8b9ba809e55b96b9bd4c6dc52 Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Sat, 6 Feb 2021 19:50:48 +0000 Subject: [PATCH] prepare router 0.2.7 release --- actix-router/CHANGES.md | 3 +++ actix-router/Cargo.toml | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) 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"