Skip to content

Commit 0ee8d03

Browse files
committed
prepare actix-tls release 3.0.0-beta.5
1 parent 3cf1c54 commit 0ee8d03

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

actix-tls/CHANGES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Changes
22

33
## Unreleased - 2021-xx-xx
4+
5+
6+
## 3.0.0-beta.5 - 2021-03-29
47
* Changed `connect::ssl::rustls::RustlsConnectorService` to return error when `DNSNameRef`
58
generation failed instead of panic. [#296]
69
* Remove `connect::ssl::openssl::OpensslConnectServiceFactory`. [#297]

actix-tls/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "actix-tls"
3-
version = "3.0.0-beta.4"
3+
version = "3.0.0-beta.5"
44
authors = ["Nikolay Kim <[email protected]>"]
55
description = "TLS acceptor and connector services for Actix ecosystem"
66
keywords = ["network", "tls", "ssl", "async", "transport"]

0 commit comments

Comments
 (0)