From badf2a8cf8b31a3ecb23cf43cc943424da6f9066 Mon Sep 17 00:00:00 2001 From: Nikolay Kim Date: Sat, 23 Nov 2024 22:18:12 -0800 Subject: [PATCH] Prep release (#470) --- ntex-util/CHANGES.md | 4 ++++ ntex-util/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ntex-util/CHANGES.md b/ntex-util/CHANGES.md index 5aab61a6..fbb386ff 100644 --- a/ntex-util/CHANGES.md +++ b/ntex-util/CHANGES.md @@ -1,5 +1,9 @@ # Changes +## [2.6.1] - 2024-11-23 + +* Remove debug print + ## [2.6.0] - 2024-11-19 * Use Cell instead of RefCell for timer diff --git a/ntex-util/Cargo.toml b/ntex-util/Cargo.toml index 3f717b77..0e5061f4 100644 --- a/ntex-util/Cargo.toml +++ b/ntex-util/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ntex-util" -version = "2.6.0" +version = "2.6.1" authors = ["ntex contributors "] description = "Utilities for ntex framework" keywords = ["network", "framework", "async", "futures"]