mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-03 04:47:39 +03:00
Prepare release
This commit is contained in:
parent
4baf42d6d1
commit
a54f6f7ac2
12 changed files with 27 additions and 9 deletions
|
@ -34,5 +34,3 @@ ntex-util = { path = "ntex-util" }
|
|||
ntex-glommio = { path = "ntex-glommio" }
|
||||
ntex-tokio = { path = "ntex-tokio" }
|
||||
ntex-async-std = { path = "ntex-async-std" }
|
||||
|
||||
ntex-h2 = { git = "https://github.com/ntex-rs/ntex-h2.git", branch = "service-0-4" }
|
||||
|
|
|
@ -1,5 +1,9 @@
|
|||
# Changes
|
||||
|
||||
## [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
|
||||
|
|
|
@ -1,5 +1,9 @@
|
|||
# Changes
|
||||
|
||||
## [0.2.0-beta.0] - 2022-12-28
|
||||
|
||||
* Migrate to ntex-service 1.0
|
||||
|
||||
## [0.1.1] - 2022-12-08
|
||||
|
||||
* Remove port from host for openssl connector #152
|
||||
|
|
|
@ -35,7 +35,7 @@ async-std = ["ntex-rt/async-std", "ntex-async-std"]
|
|||
|
||||
[dependencies]
|
||||
ntex-service = "1.0.0-beta.0"
|
||||
ntex-bytes = "0.1.15"
|
||||
ntex-bytes = "0.1.18"
|
||||
ntex-http = "0.1.8"
|
||||
ntex-io = "0.2.0-beta.0"
|
||||
ntex-rt = "0.4.5"
|
||||
|
|
|
@ -1,5 +1,9 @@
|
|||
# Changes
|
||||
|
||||
## [0.2.0-beta.0] - 2022-12-28
|
||||
|
||||
* Migrate to ntex-service 1.0
|
||||
|
||||
## [0.1.2] - 2022-02-20
|
||||
|
||||
* Upgrade to glommio 0.7
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Changes
|
||||
|
||||
## [0.2.0-beta.0] - 2022-12-xx
|
||||
## [0.2.0-beta.0] - 2022-12-28
|
||||
|
||||
* Upgrade to ntex-service 1.0
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Changes
|
||||
|
||||
## [0.4.0-alpha.0] - 2022-12-xx
|
||||
## [1.0.0-beta.0] - 2022-12-28
|
||||
|
||||
* Rename Transform to Middleware
|
||||
|
||||
|
|
|
@ -1,5 +1,9 @@
|
|||
# Changes
|
||||
|
||||
## [0.2.0-beta.0] - 2022-12-28
|
||||
|
||||
* Migrate to ntex-service 1.0
|
||||
|
||||
## [0.1.7] - 2022-10-26
|
||||
|
||||
* Create the correct PskIdentity type on query #138
|
||||
|
|
|
@ -25,7 +25,7 @@ openssl = ["tls_openssl"]
|
|||
rustls = ["tls_rust"]
|
||||
|
||||
[dependencies]
|
||||
ntex-bytes = "0.1.14"
|
||||
ntex-bytes = "0.1.18"
|
||||
ntex-io = "0.2.0-beta.0"
|
||||
ntex-util = "0.2.0-beta.0"
|
||||
ntex-service = "1.0.0-beta.0"
|
||||
|
|
|
@ -1,5 +1,9 @@
|
|||
# Changes
|
||||
|
||||
## [0.2.0-beta.0] - 2022-12-28
|
||||
|
||||
* Migrate to ntex-service 1.0
|
||||
|
||||
## [0.1.3] - 2022-01-30
|
||||
|
||||
* Update to ntex-io 0.1.7
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# Changes
|
||||
|
||||
## [0.2.0-alpha.0] - 2022-12-xx
|
||||
## [0.2.0-beta.0] - 2022-12-28
|
||||
|
||||
* Migrate to ntex-service 0.4
|
||||
* Migrate to ntex-service 1.0
|
||||
|
||||
## [0.1.19] - 2022-12-13
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Changes
|
||||
|
||||
## [0.6.0-alpha.0] - 2022-12-xx
|
||||
## [0.6.0-beta.0] - 2022-12-28
|
||||
|
||||
* Upgrade to ntex-service 0.4
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue