From 6d67cd34583dc9673dbbe3e39b7e09894612477f Mon Sep 17 00:00:00 2001 From: Nikolay Kim Date: Sun, 27 Jun 2021 07:17:38 +0600 Subject: [PATCH] update changes --- ntex-bytes/CHANGELOG.md | 2 +- ntex-codec/CHANGES.md | 2 +- ntex-codec/Cargo.toml | 4 ++-- ntex-router/CHANGES.txt | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ntex-bytes/CHANGELOG.md b/ntex-bytes/CHANGELOG.md index 940f07dc..d825426e 100644 --- a/ntex-bytes/CHANGELOG.md +++ b/ntex-bytes/CHANGELOG.md @@ -1,4 +1,4 @@ -# 0.1.0 (2021-07-xx) +# 0.1.0 (2021-06-27) * Add `Bytes::trimdown()` method diff --git a/ntex-codec/CHANGES.md b/ntex-codec/CHANGES.md index 189d3fe3..cb40ecf8 100644 --- a/ntex-codec/CHANGES.md +++ b/ntex-codec/CHANGES.md @@ -1,6 +1,6 @@ # Changes -## [0.5.0] - 2021-07-xx +## [0.5.0] - 2021-06-27 * Use ntex-bytes stead of bytes diff --git a/ntex-codec/Cargo.toml b/ntex-codec/Cargo.toml index 7ab26045..b4f7b20f 100644 --- a/ntex-codec/Cargo.toml +++ b/ntex-codec/Cargo.toml @@ -17,8 +17,8 @@ path = "src/lib.rs" [dependencies] bitflags = "1.2.1" -ntex-bytes = "0.1.0" -ntex-util = "0.1.0" +ntex-bytes = "0.1" +ntex-util = "0.1" log = "0.4" tokio = { version = "1", default-features = false } diff --git a/ntex-router/CHANGES.txt b/ntex-router/CHANGES.txt index fb4576f1..5ab53573 100644 --- a/ntex-router/CHANGES.txt +++ b/ntex-router/CHANGES.txt @@ -1,6 +1,6 @@ # Changes -## [0.5.0] - 2021-07-xx +## [0.5.0] - 2021-06-27 * Use ntex-bytes instead of bytestring