From 4c9ee88ec4d3298efc6f01244a9ac0d08d8085ce Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Tue, 11 Jan 2022 22:17:31 +0000 Subject: [PATCH] prepare actix-tls release 3.0.1 --- actix-tls/CHANGES.md | 8 ++++++-- actix-tls/Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/actix-tls/CHANGES.md b/actix-tls/CHANGES.md index 13bb37b2..02db1c55 100644 --- a/actix-tls/CHANGES.md +++ b/actix-tls/CHANGES.md @@ -1,10 +1,14 @@ # Changes ## Unreleased - 2021-xx-xx -- Remove use of `str::split_once` to lower MSRV of `actix-tls` to a de-facto 1.50.0 from 1.52.0 + + +## 3.0.1 - 2022-01-11 +- No significant changes since `3.0.0`. + ## 3.0.0 - 2021-12-26 -* No significant changes since `3.0.0-rc.2`. +- No significant changes since `3.0.0-rc.2`. ## 3.0.0-rc.2 - 2021-12-10 diff --git a/actix-tls/Cargo.toml b/actix-tls/Cargo.toml index 614aeed9..c2a5cb1e 100755 --- a/actix-tls/Cargo.toml +++ b/actix-tls/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "actix-tls" -version = "3.0.0" +version = "3.0.1" authors = [ "Nikolay Kim ", "Rob Ede ",