Skip to content

Commit 380d3e6

Browse files
committed
Update to 0.6.0
1 parent b519f9e commit 380d3e6

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

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+
312
## 0.5.1 - 2022-03-21
413

514
### Added

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "tls-listener"
33
description = "wrap incoming Stream of connections in TLS"
4-
version = "0.5.1"
4+
version = "0.6.0"
55
authors = ["Thayne McCombs <[email protected]>"]
66
repository = "https://github.com/tmccombs/tls-listener"
77
edition = "2018"

0 commit comments

Comments
 (0)