mirror of
https://github.com/fafhrd91/actix-net
synced 2025-02-20 08:50:32 +01:00
prepare tls beta release
This commit is contained in:
parent
5759c9e144
commit
0934078947
@ -1,9 +1,12 @@
|
|||||||
# Changes
|
# Changes
|
||||||
|
|
||||||
## Unreleased - 2020-xx-xx
|
## Unreleased - 2021-xx-xx
|
||||||
|
|
||||||
|
|
||||||
|
## 3.0.0-beta.1 - 2020-12-29
|
||||||
* Move acceptors under `accept` module. [#238]
|
* Move acceptors under `accept` module. [#238]
|
||||||
* Merge `actix-connect` crate under `connect` module. [#238]
|
* Merge `actix-connect` crate under `connect` module. [#238]
|
||||||
* Add feature flags to enable acceptors and/or connectors individually.
|
* Add feature flags to enable acceptors and/or connectors individually. [#238]
|
||||||
|
|
||||||
[#238]: https://github.com/actix/actix-net/pull/238
|
[#238]: https://github.com/actix/actix-net/pull/238
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "actix-tls"
|
name = "actix-tls"
|
||||||
version = "2.0.0"
|
version = "3.0.0-beta.1"
|
||||||
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
|
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
|
||||||
description = "TLS acceptor and connector services for Actix ecosystem"
|
description = "TLS acceptor and connector services for Actix ecosystem"
|
||||||
keywords = ["network", "tls", "ssl", "async", "transport"]
|
keywords = ["network", "tls", "ssl", "async", "transport"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user