Prep release (#470)

This commit is contained in:
Nikolay Kim 2024-11-23 22:18:12 -08:00 committed by GitHub
parent 3e564e68c9
commit badf2a8cf8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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"]