mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-04 21:37:58 +03:00
Version bump
This commit is contained in:
parent
85cfa7e3e4
commit
a9e6041980
2 changed files with 5 additions and 1 deletions
|
@ -1,5 +1,9 @@
|
||||||
# Changes
|
# Changes
|
||||||
|
|
||||||
|
## [2.9.4] - 2025-02-20
|
||||||
|
|
||||||
|
* Impl Filter for Sealed
|
||||||
|
|
||||||
## [2.9.3] - 2025-01-21
|
## [2.9.3] - 2025-01-21
|
||||||
|
|
||||||
* Allow to access io write destination buffer
|
* Allow to access io write destination buffer
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "ntex-io"
|
name = "ntex-io"
|
||||||
version = "2.9.3"
|
version = "2.9.4"
|
||||||
authors = ["ntex contributors <team@ntex.rs>"]
|
authors = ["ntex contributors <team@ntex.rs>"]
|
||||||
description = "Utilities for encoding and decoding frames"
|
description = "Utilities for encoding and decoding frames"
|
||||||
keywords = ["network", "framework", "async", "futures"]
|
keywords = ["network", "framework", "async", "futures"]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue