Skip to content

Commit

Permalink
Merge pull request #10 from daniel7grant/release/v0.3.0
Browse files Browse the repository at this point in the history
Release v0.3.0
  • Loading branch information
daniel7grant authored Apr 1, 2024
2 parents 2e6f8f5 + ca3c112 commit 3db5e1c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:

name: Publish to crates.io

permissions:
contents: write

jobs:
check:
name: Publish to crates.io
Expand All @@ -27,4 +30,8 @@ jobs:
path: ./
registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }}
args: --allow-dirty
- uses: taiki-e/create-gh-release-action@v1
with:
changelog: Changelog.md
token: ${{ secrets.GITHUB_TOKEN }}

6 changes: 6 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [0.3.0] - 2024-04-01

### Updated

- Update dependencies (by @negezor)

## [0.2.1] - 2023-07-05

### Added
Expand Down

0 comments on commit 3db5e1c

Please sign in to comment.