Skip to content

Commit

Permalink
Update to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tmccombs committed Dec 30, 2022
1 parent b519f9e commit 380d3e6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 0.6.0 - 2022-12-30

### Added
- Added additional tests and examples
- Re-export tls engine crates as public modules.

### Changed
- Increased default handshake timeout to 10 seconds (technically a breaking change)

## 0.5.1 - 2022-03-21

### Added
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <astrothayne@gmail.com>"]
repository = "https://github.com/tmccombs/tls-listener"
edition = "2018"
Expand Down

0 comments on commit 380d3e6

Please sign in to comment.