Skip to content

Commit

Permalink
Merge branch 'release/0.14.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
nwtgck committed Sep 6, 2022
2 parents 6420333 + bad323e commit 865b585
Show file tree
Hide file tree
Showing 11 changed files with 236 additions and 309 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:

cross_build:
strategy:
max-parallel: 8
matrix:
target:
- aarch64-unknown-linux-musl
Expand All @@ -42,6 +43,7 @@ jobs:
- armv5te-unknown-linux-musleabi
- armv7-linux-androideabi
- armv7-unknown-linux-musleabihf
- armv7-unknown-linux-musleabi
- i586-unknown-linux-musl
- i686-linux-android
- i686-unknown-linux-musl
Expand All @@ -52,8 +54,8 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Install cross
run: curl -L https://github.com/rust-embedded/cross/releases/download/v0.2.1/cross-v0.2.1-x86_64-unknown-linux-gnu.tar.gz | tar xzf -
- run: ./cross build --target=${{ matrix.target }} --release --locked
run: cd /tmp && curl -L https://github.com/cross-rs/cross/releases/download/v0.2.2/cross-x86_64-unknown-linux-musl.tar.gz | tar xzf -
- run: /tmp/cross build --target=${{ matrix.target }} --release --locked
- name: Archive binary
run: |
set -eu
Expand Down
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)

## [Unreleased]

## [0.14.1] - 2022-09-06
### Changed
* Update dependencies
* (Docker) Use Rust version 1.63.0 in build
* Allow Web browser to detect X-Piping feature in preflight request

### Added
* Add armv7-unknown-linux-musleabi target

### Fixed
* Fix hot reload not to panic

## [0.14.0] - 2022-06-25
### Changed
* Update dependencies
Expand Down Expand Up @@ -232,7 +244,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
### Added
* Implement basic Piping Server

[Unreleased]: https://github.com/nwtgck/piping-server-rust/compare/v0.14.0...HEAD
[Unreleased]: https://github.com/nwtgck/piping-server-rust/compare/v0.14.1...HEAD
[0.14.1]: https://github.com/nwtgck/piping-server-rust/compare/v0.14.0...v0.14.1
[0.14.0]: https://github.com/nwtgck/piping-server-rust/compare/v0.13.0...v0.14.0
[0.13.0]: https://github.com/nwtgck/piping-server-rust/compare/v0.12.1...v0.13.0
[0.12.1]: https://github.com/nwtgck/piping-server-rust/compare/v0.12.0...v0.12.1
Expand Down
Loading

0 comments on commit 865b585

Please sign in to comment.