Version bump

This commit is contained in:
James Bell 2025-02-20 15:36:13 +00:00
parent 85cfa7e3e4
commit a9e6041980
2 changed files with 5 additions and 1 deletions

View file

@ -1,5 +1,9 @@
# Changes
## [2.9.4] - 2025-02-20
* Impl Filter for Sealed
## [2.9.3] - 2025-01-21
* Allow to access io write destination buffer

View file

@ -1,6 +1,6 @@
[package]
name = "ntex-io"
version = "2.9.3"
version = "2.9.4"
authors = ["ntex contributors <team@ntex.rs>"]
description = "Utilities for encoding and decoding frames"
keywords = ["network", "framework", "async", "futures"]