We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b519f9e commit 380d3e6Copy full SHA for 380d3e6
CHANGELOG.md
@@ -1,5 +1,14 @@
1
# Changelog
2
3
+## 0.6.0 - 2022-12-30
4
+
5
+### Added
6
+- Added additional tests and examples
7
+- Re-export tls engine crates as public modules.
8
9
+### Changed
10
+- Increased default handshake timeout to 10 seconds (technically a breaking change)
11
12
## 0.5.1 - 2022-03-21
13
14
### Added
Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "tls-listener"
description = "wrap incoming Stream of connections in TLS"
-version = "0.5.1"
+version = "0.6.0"
authors = ["Thayne McCombs <[email protected]>"]
repository = "https://github.com/tmccombs/tls-listener"
edition = "2018"
0 commit comments