Skip to content

Latest commit

 

History

History
88 lines (52 loc) · 3.35 KB

File metadata and controls

88 lines (52 loc) · 3.35 KB

Changelog

All notable changes to this project will be documented in this file.

This project adheres to Semantic Versioning.

1.7.2 - 2022-07-08

  • Fix regression introduced in 1.7.0.

1.7.1 - 2022-07-08

  • Fix "no such file" error when target input option is passed.

1.7.0 - 2022-07-07

  • Add asset input option to upload additional files separately. (#23)

  • --target flag no longer passed to cargo when target input option is not specified.

1.6.1 - 2022-07-06

  • Fix unbound variable error on macOS.

1.6.0 - 2022-07-05

  • Support building and uploading multiple binaries at the same step. (#18)

  • Add checksum input option to upload checksum. (#21)

  • Add build_tool input option to specify the tool to build binaries. (#20)

1.5.0 - 2022-07-05

  • Add include input option to include additional files to the archive. (#17)

1.4.0 - 2022-06-08

  • Respect host cross-compilation setup. (#16)

1.3.0 - 2022-05-01

  • Update default runtime to node16.

1.2.0 - 2021-12-30

  • Skip the installation of cross if it is already installed.

    Previously, on Linux, if the target is different from the host and cross supports the target, cross was always installed.

1.1.0 - 2021-09-29

  • Add features input option. (#7, thanks @ririsoft)

  • Fix strip error on non-x86 targets. (#9)

1.0.2 - 2021-02-28

  • Documentation improvements.

1.0.1 - 2021-02-12

  • Pass --noprofile and --norc options to bash.

1.0.0 - 2021-02-03

Initial release