Skip to content

Commit

Permalink
[bugfix] fix feature flags (#16)
Browse files Browse the repository at this point in the history
* fix feature flags

* update windows binary name in release page

* update changelog
  • Loading branch information
sstadick authored May 9, 2022
1 parent cce55c8 commit ad3a798
Show file tree
Hide file tree
Showing 5 changed files with 164 additions and 159 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
asset_name: crabz-macos-amd64
- os: windows-latest
artifact_name: crabz.exe
asset_name: crabz-windows-amd64
asset_name: crabz-windows-amd64.exe

steps:
- uses: actions/checkout@v2
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v0.7.3

- [bugfix](https://github.com/sstadick/crabz/issues/14) Fixes feature flags to allow for compiling rust-only backend

# v0.7.2

- Includes updated THRIDPARYT.yml
Expand Down
Loading

0 comments on commit ad3a798

Please sign in to comment.