Skip to content

Incremented version and fixed clippy lint. #2

Incremented version and fixed clippy lint.

Incremented version and fixed clippy lint. #2

Workflow file for this run

name: GitHub Release
on:
push:
tags:
- 'v*'
jobs:
release:
name: Create GitHub Release
runs-on: ubuntu-latest
steps:
- name: Create release
uses: softprops/action-gh-release@v2
with:
generate_release_notes: true