Prep release

This commit is contained in:
Nikolay Kim 2024-11-23 22:03:00 -08:00
parent 3e564e68c9
commit dee20e3d71
2 changed files with 5 additions and 1 deletions

View file

@ -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

View file

@ -1,6 +1,6 @@
[package]
name = "ntex-util"
version = "2.6.0"
version = "2.6.1"
authors = ["ntex contributors <team@ntex.rs>"]
description = "Utilities for ntex framework"
keywords = ["network", "framework", "async", "futures"]