Skip to content

Commit 89a4c2e

Browse files
committed
prepare actix-tls release 3.0.0
1 parent a468183 commit 89a4c2e

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

actix-tls/CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
## Unreleased - 2021-xx-xx
44

55

6+
## 3.0.0 - 2021-12-26
7+
* No significant changes since `3.0.0-rc.2`.
8+
9+
610
## 3.0.0-rc.2 - 2021-12-10
711
- Re-export `openssl::SslConnectorBuilder` in `connect::openssl::reexports`. [#429]
812

actix-tls/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[package]
22
name = "actix-tls"
3-
version = "3.0.0-rc.2"
3+
version = "3.0.0"
44
authors = [
55
"Nikolay Kim <[email protected]>",
66
"Rob Ede <[email protected]>",
77
]
88
description = "TLS acceptor and connector services for Actix ecosystem"
99
keywords = ["network", "tls", "ssl", "async", "transport"]
1010
repository = "https://github.com/actix/actix-net.git"
11-
categories = ["network-programming", "asynchronous"]
11+
categories = ["network-programming", "asynchronous", "cryptography"]
1212
license = "MIT OR Apache-2.0"
1313
edition = "2018"
1414

0 commit comments

Comments
 (0)