Skip to content

v2.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 25 Oct 18:18
981b4fe

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