From a95afe2800913faf03fa98389a6f56a32ae79980 Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Sat, 9 Jan 2021 14:18:20 +0000 Subject: [PATCH] prepare router release 0.2.6 --- actix-router/CHANGES.md | 3 +++ actix-router/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/actix-router/CHANGES.md b/actix-router/CHANGES.md index e9d4c3a2..df93e5be 100644 --- a/actix-router/CHANGES.md +++ b/actix-router/CHANGES.md @@ -1,6 +1,9 @@ # Changes ## Unreleased - 2021-xx-xx + + +## 0.2.6 - 2021-01-09 * Use `bytestring` version range compatible with Bytes v1.0. [#246] [#246]: https://github.com/actix/actix-net/pull/246 diff --git a/actix-router/Cargo.toml b/actix-router/Cargo.toml index 74e5fdab..4277cabf 100644 --- a/actix-router/Cargo.toml +++ b/actix-router/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "actix-router" -version = "0.2.5" +version = "0.2.6" authors = ["Nikolay Kim "] description = "Resource path matching library" keywords = ["actix"]