From 0934078947e294f6a70b56ecbf50cd41a963e47b Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Tue, 29 Dec 2020 01:04:21 +0000 Subject: [PATCH] prepare tls beta release --- actix-tls/CHANGES.md | 7 +++++-- actix-tls/Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/actix-tls/CHANGES.md b/actix-tls/CHANGES.md index 9f03bfeb..dcb477d8 100644 --- a/actix-tls/CHANGES.md +++ b/actix-tls/CHANGES.md @@ -1,9 +1,12 @@ # Changes -## Unreleased - 2020-xx-xx +## Unreleased - 2021-xx-xx + + +## 3.0.0-beta.1 - 2020-12-29 * Move acceptors under `accept` 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 diff --git a/actix-tls/Cargo.toml b/actix-tls/Cargo.toml index de2d859f..af0b4238 100644 --- a/actix-tls/Cargo.toml +++ b/actix-tls/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "actix-tls" -version = "2.0.0" +version = "3.0.0-beta.1" authors = ["Nikolay Kim "] description = "TLS acceptor and connector services for Actix ecosystem" keywords = ["network", "tls", "ssl", "async", "transport"]