mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-06 22:37:39 +03:00
45 lines
587 B
Markdown
45 lines
587 B
Markdown
# Changes
|
|
|
|
## [0.4.0] - 2024-01-09
|
|
|
|
* Release
|
|
|
|
## [0.4.0-b.0] - 2024-01-07
|
|
|
|
* Use "async fn" in trait for Service definition
|
|
|
|
## [0.3.2] - 2023-11-22
|
|
|
|
* Replace async-oneshot with oneshot
|
|
|
|
## [0.3.1] - 2023-11-12
|
|
|
|
* Optimize io read task
|
|
|
|
## [0.3.0] - 2023-06-22
|
|
|
|
* Release v0.3.0
|
|
|
|
## [0.3.0-beta.0] - 2023-06-16
|
|
|
|
* Migrate to ntex-service 1.2
|
|
|
|
## [0.2.2] - 2023-01-26
|
|
|
|
* Update io api usage
|
|
|
|
## [0.2.0] - 2023-01-04
|
|
|
|
* Release
|
|
|
|
## [0.2.0-beta.0] - 2022-12-28
|
|
|
|
* Migrate to ntex-service 1.0
|
|
|
|
## [0.1.1] - 2022-01-30
|
|
|
|
* Update to ntex-io 0.1.7
|
|
|
|
## [0.1.0] - 2022-01-03
|
|
|
|
* Initial release
|