mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-04 05:17:39 +03:00
Prep release (#509)
This commit is contained in:
parent
415711222e
commit
3e5211eb79
2 changed files with 5 additions and 1 deletions
|
@ -1,5 +1,9 @@
|
||||||
# Changes
|
# Changes
|
||||||
|
|
||||||
|
## [2.7.1] - 2025-02-28
|
||||||
|
|
||||||
|
* Fix set core affinity out of worker start #508
|
||||||
|
|
||||||
## [2.7.0] - 2025-01-31
|
## [2.7.0] - 2025-01-31
|
||||||
|
|
||||||
* Cpu affinity support for workers
|
* Cpu affinity support for workers
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "ntex-server"
|
name = "ntex-server"
|
||||||
version = "2.7.0"
|
version = "2.7.1"
|
||||||
authors = ["ntex contributors <team@ntex.rs>"]
|
authors = ["ntex contributors <team@ntex.rs>"]
|
||||||
description = "Server for ntex framework"
|
description = "Server for ntex framework"
|
||||||
keywords = ["network", "framework", "async", "futures"]
|
keywords = ["network", "framework", "async", "futures"]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue