Skip to content

Commit

Permalink
Add M1 Support + upgrade dependencies (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kostassoid authored Sep 25, 2022
1 parent 34e6bc7 commit 6c8f8d3
Show file tree
Hide file tree
Showing 7 changed files with 204 additions and 381 deletions.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,12 @@ matrix:
# Linux
- os: linux
env: TARGET=x86_64-unknown-linux-musl
# macOS
# macOS (Intel)
- os: osx
env: TARGET=x86_64-apple-darwin
# macOS (Apple)
- os: osx
env: TARGET=aarch64-apple-darwin
# Windows
- os: windows
env: TARGET=x86_64-pc-windows-gnu
Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## [Unreleased] - ReleaseDate

### Added

* Experimental Apple Silicon (M1) support

### Changed

* MAJOR dependencies upgrade

## [v0.7.0] - 2022-07-11

### Added
Expand Down
Loading

0 comments on commit 6c8f8d3

Please sign in to comment.