Skip to content

Commit 6c57dea

Browse files
committed
Prepare for 0.9.1
1 parent 90f325a commit 6c57dea

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [0.9.1] - 2023-12-23
6+
7+
### Miscellaneous Tasks
8+
9+
- Update tokio-rustls
10+
11+
512
## [0.9.0] - 2023-12-05
613

714
### Features

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.9.0"
4+
version = "0.9.1"
55
authors = ["Thayne McCombs <[email protected]>"]
66
repository = "https://github.com/tmccombs/tls-listener"
77
edition = "2018"

0 commit comments

Comments
 (0)