Skip to content

Commit

Permalink
Merge pull request #155 from blacknon/0.3.16
Browse files Browse the repository at this point in the history
0.3.16
  • Loading branch information
blacknon authored Nov 9, 2024
2 parents b78e839 + 5f868f8 commit 49c97d3
Show file tree
Hide file tree
Showing 33 changed files with 1,754 additions and 566 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ on:
- master
paths-ignore:
- "**/README.md"
- "img/**"
- "package/**"
- "LICENSE"

jobs:
# build rust binary
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ hwatch.sublime-project
# VSCode files
.vscode*

# IntelliJ files
.idea

# Rust files
#Cargo.lock
tmp*
Expand Down
Loading

0 comments on commit 49c97d3

Please sign in to comment.