Skip to content

Commit

Permalink
first release
Browse files Browse the repository at this point in the history
  • Loading branch information
p4ken committed Jun 23, 2024
1 parent 319596c commit df0132d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
- run: git commit --all --message "v$(make version)"
- run: git tag "v$(make version)" --message ""
- run: git push --follow-tags
- run: cargo publish --dry-run
- run: cargo publish
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Change log

## v0.1.0
## v0.1.1

Initial release.

0 comments on commit df0132d

Please sign in to comment.