mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-04 13:27:39 +03:00
Prepare release
This commit is contained in:
parent
7b4696b193
commit
3133665342
2 changed files with 5 additions and 1 deletions
|
@ -1,5 +1,9 @@
|
||||||
# Changes
|
# Changes
|
||||||
|
|
||||||
|
## [0.1.7] - 2022-10-26
|
||||||
|
|
||||||
|
* Create the correct PskIdentity type on query #138
|
||||||
|
|
||||||
## [0.1.6] - 2022-10-14
|
## [0.1.6] - 2022-10-14
|
||||||
|
|
||||||
* Allow extracting TLS SNI server name and TLS PSK identity #136
|
* Allow extracting TLS SNI server name and TLS PSK identity #136
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "ntex-tls"
|
name = "ntex-tls"
|
||||||
version = "0.1.6"
|
version = "0.1.7"
|
||||||
authors = ["ntex contributors <team@ntex.rs>"]
|
authors = ["ntex contributors <team@ntex.rs>"]
|
||||||
description = "An implementation of SSL streams for ntex backed by OpenSSL"
|
description = "An implementation of SSL streams for ntex backed by OpenSSL"
|
||||||
keywords = ["network", "framework", "async", "futures"]
|
keywords = ["network", "framework", "async", "futures"]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue