Skip to content

Commit 4c9ee88

Browse files
committed
prepare actix-tls release 3.0.1
1 parent 9ec3cc0 commit 4c9ee88

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

actix-tls/CHANGES.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
# Changes
22

33
## Unreleased - 2021-xx-xx
4-
- Remove use of `str::split_once` to lower MSRV of `actix-tls` to a de-facto 1.50.0 from 1.52.0
4+
5+
6+
## 3.0.1 - 2022-01-11
7+
- No significant changes since `3.0.0`.
8+
59

610
## 3.0.0 - 2021-12-26
7-
* No significant changes since `3.0.0-rc.2`.
11+
- No significant changes since `3.0.0-rc.2`.
812

913

1014
## 3.0.0-rc.2 - 2021-12-10

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"
3+
version = "3.0.1"
44
authors = [
55
"Nikolay Kim <[email protected]>",
66
"Rob Ede <[email protected]>",

0 commit comments

Comments
 (0)