Skip to content

Releases: yacchi/asdf-make

v2.1.0

26 Jun 01:03
b86d452
Compare
Choose a tag to compare

2.1.0 (2024-06-26)

Features

v2.0.0

25 Oct 18:18
981b4fe
Compare
Choose a tag to compare

2.0.0 (2023-10-25)

⚠ BREAKING CHANGES

  • change name of custom configuration env
  • rename project

Features

  • add support output build log and enabled this option on actions (129ee70)
  • change matrix of plugin_test version (2c6fcf9)
  • README: Add instructions for importing GPG public key #13 (6b28f6e)
  • remove install dependency on actions (eca7e1d)

Bug Fixes

  • can not install 3.82 on linux (62264d3)
  • can not install 4.0 (c8faf82)
  • can not install 4.2.1 or older version on linux (7df2524)
  • cannot install GPG keys on GitHub Actions (e650265)
  • install GPG key on CI (8a0f862)
  • show details of gpg verification error (81a98ce)
  • unable to install with the combination of the installed make and target version (7075ad2)

Code Refactoring

v1.2.0

09 Jul 10:07
8effac0
Compare
Choose a tag to compare

Features

  • suppress remove confirmation for downloaded directory (4d74671)

Bug Fixes

  • few dependency in README (880f4a2)
  • install error if make is not installed env (aedbb44)

v1.1.0

09 Jul 06:02
1545fdd
Compare
Choose a tag to compare

Features

  • enabled build use actions on develop branch (c12187b)

Bug Fixes

v1.0.0

09 Jul 05:25
0d4454b
Compare
Choose a tag to compare

Features

  • initial implementation of GNU Make command (7eb52af)

Bug Fixes