diff --git a/ntex-bytes/CHANGELOG.md b/ntex-bytes/CHANGELOG.md index 940f07dc2..d825426ef 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 189d3fe3a..cb40ecf88 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 7ab260451..b4f7b20f9 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 fb4576f10..5ab535735 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