Skip to content

Commit 2ca88d7

Browse files
committed
Prepare for v0.11.2
1 parent a0305ea commit 2ca88d7

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
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.11.2] - 2025-11-22
6+
7+
### Fixed
8+
9+
- Add cfg cond for unix on UnixListener (#64)
10+
11+
512
## [0.11.1] - 2025-11-20
613

714
### Features

Cargo.toml

Lines changed: 1 addition & 1 deletion
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.11.1"
4+
version = "0.11.2"
55
authors = ["Thayne McCombs <astrothayne@gmail.com>"]
66
repository = "https://github.com/tmccombs/tls-listener"
77
edition = "2024"

0 commit comments

Comments
 (0)