napi-rs/triples/CHANGELOG.md
LongYinan be755a1d51
chore(release): publish
- @napi-rs/cli@3.0.0-alpha.6
 - @napi-rs/triples@2.0.0-alpha.4
2023-11-07 14:11:10 +08:00

2.5 KiB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

2.0.0-alpha.4 (2023-11-07)

Bug Fixes

  • cli: created template missing macOS testing (#1659) (4e0c9b1)

Features

2.0.0-alpha.3 (2023-07-18)

Bug Fixes

  • cli: created template missing macOS testing (#1659) (4e0c9b1)

Features

  • target: riscv64gc-unknown-linux-gnu (72fcd03)

2.0.0-alpha.1 (2023-04-06)

Bug Fixes

  • triples: wrong raw triple in some eabi targets (7c9a4ba)

2.0.0-alpha.0 (2023-04-06)

Features

  • cli: brand new cli tool with both cli and programmatical usage (#1492) (a781a4f)

BREAKING CHANGES

  • cli: requires node >= 16 and some cli options have been renamed

1.1.0 (2021-12-02)

Features

  • triples: support android armv7 (809350b)

1.0.3 (2021-07-22)

Chore