Skip to content

Commit

Permalink
Release 0.5.0
Browse files Browse the repository at this point in the history
- Add arm64 support

- Fallback to generic Linux install if bash isn't installed (e.g. for Alpine)
  • Loading branch information
bovine3dom committed Oct 6, 2024
1 parent 9169bc5 commit a506604
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:

- name: Upload Release Asset (ARM64)
if: runner.os == 'Linux'
id: upload-release-asset-arm
id: upload-release-asset-arm64
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion src/native_main.nim
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import tempfile
when defined(windows):
import windows_helpers

const VERSION = "0.4.1"
const VERSION = "0.5.0"

type
MessageRecv* = object
Expand Down

0 comments on commit a506604

Please sign in to comment.