File tree 3 files changed +25
-1
lines changed
3 files changed +25
-1
lines changed Original file line number Diff line number Diff line change
1
+ name : Release
2
+ on :
3
+ release :
4
+ types : [published]
5
+
6
+ jobs :
7
+ publish :
8
+ runs-on : ubuntu-latest
9
+ steps :
10
+ - uses actions/checkout@v4
11
+ - name : Install toolchain
12
+ run : |
13
+ rustup toolchain install stable --profile minimal
14
+ rustup default stable
15
+ - name : Publish
16
+ run : cargo publish
17
+
Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project will be documented in this file.
4
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
+
5
12
## [ 0.10.2]
6
13
7
14
### Changes
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " tls-listener"
3
3
description = " wrap incoming Stream of connections in TLS"
4
- version = " 0.10.2 "
4
+ version = " 0.10.3 "
5
5
authors = [
" Thayne McCombs <[email protected] >" ]
6
6
repository = " https://github.com/tmccombs/tls-listener"
7
7
edition = " 2018"
You can’t perform that action at this time.
0 commit comments