We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5559aef commit 7c331dfCopy full SHA for 7c331df
CHANGELOG.md
@@ -2,6 +2,13 @@
2
3
All notable changes to this project will be documented in this file.
4
5
+## [0.10.3]
6
+
7
+### Changes
8
9
+- Make docs.rs builds more reliable
10
+- Added Github action to automate publishing to crates.io
11
12
## [0.10.2]
13
14
### Changes
Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
name = "tls-listener"
description = "wrap incoming Stream of connections in TLS"
-version = "0.10.2"
+version = "0.10.3"
authors = ["Thayne McCombs <[email protected]>"]
repository = "https://github.com/tmccombs/tls-listener"
edition = "2018"
0 commit comments