We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0305ea commit 2ca88d7Copy full SHA for 2ca88d7
CHANGELOG.md
@@ -2,6 +2,13 @@
2
3
All notable changes to this project will be documented in this file.
4
5
+## [0.11.2] - 2025-11-22
6
+
7
+### Fixed
8
9
+- Add cfg cond for unix on UnixListener (#64)
10
11
12
## [0.11.1] - 2025-11-20
13
14
### Features
Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
name = "tls-listener"
description = "wrap incoming Stream of connections in TLS"
-version = "0.11.1"
+version = "0.11.2"
authors = ["Thayne McCombs <astrothayne@gmail.com>"]
repository = "https://github.com/tmccombs/tls-listener"
edition = "2024"
0 commit comments