Skip to content

Commit 7c331df

Browse files
committed
Bump version
1 parent 5559aef commit 7c331df

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.10.3]
6+
7+
### Changes
8+
9+
- Make docs.rs builds more reliable
10+
- Added Github action to automate publishing to crates.io
11+
512
## [0.10.2]
613

714
### Changes

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

0 commit comments

Comments
 (0)