Skip to content

Commit

Permalink
Merge pull request #51 from tmccombs/auto-publish
Browse files Browse the repository at this point in the history
Auto publish
  • Loading branch information
tmccombs authored Jan 14, 2025
2 parents 6c185ff + 7c331df commit 7b3d719
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 1 deletion.
17 changes: 17 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Release
on:
release:
types: [published]

jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses actions/checkout@v4
- name: Install toolchain
run: |
rustup toolchain install stable --profile minimal
rustup default stable
- name: Publish
run: cargo publish

7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file.

## [0.10.3]

### Changes

- Make docs.rs builds more reliable
- Added Github action to automate publishing to crates.io

## [0.10.2]

### Changes
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[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"
Expand Down

0 comments on commit 7b3d719

Please sign in to comment.