Skip to content

Commit

Permalink
Release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Feb 22, 2022
1 parent 2f2959f commit ee8ac5f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com

## [Unreleased]

## [1.1.0] - 2022-02-22

- Support binfmt. This allows running the cross-compiled binaries directly. ([#3](https://github.com/taiki-e/setup-cross-toolchain/pull/3))

- Set the `DOCTEST_XCOMPILE` environment variable to easily run cross-testing of doctest. ([#3](https://github.com/taiki-e/setup-cross-toolchain/pull/3))
Expand All @@ -20,5 +22,6 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com

Initial release

[Unreleased]: https://github.com/taiki-e/setup-cross-toolchain/compare/v1.0.0...HEAD
[Unreleased]: https://github.com/taiki-e/setup-cross-toolchain/compare/v1.1.0...HEAD
[1.1.0]: https://github.com/taiki-e/setup-cross-toolchain/compare/v1.0.0...v1.1.0
[1.0.0]: https://github.com/taiki-e/setup-cross-toolchain/releases/tag/v1.0.0

0 comments on commit ee8ac5f

Please sign in to comment.