Skip to content

Latest commit

 

History

History
80 lines (49 loc) · 2.8 KB

CHANGELOG.md

File metadata and controls

80 lines (49 loc) · 2.8 KB

Changelog

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

This project adheres to Semantic Versioning.

2.0.1 - 2024-06-10

2.0.0 - 2024-04-26

1.4.0 - 2024-04-26

  • Improve support for Arch based containers/self-hosted runners.

1.3.0 - 2023-10-15

  • Add git input option to install from the specified Git URL.

1.2.2 - 2023-09-16

  • Fix potential bug on Windows self-hosted runner.

1.2.1 - 2023-07-31

  • Improve performance and robustness for cases where the host environment lacks the packages required for installation, such as containers or self-hosted runners.

1.2.0 - 2023-05-06

  • Add locked input option (default to true) to allow choice of whether or not to use --locked flag.

1.1.1 - 2023-01-14

  • Prevent pre-release version from being installed as the latest version when patch/minor version is omitted.

1.1.0 - 2023-01-14

  • Support omitting the patch/minor version.

    For example:

    - uses: taiki-e/cache-cargo-install-action@v1
      with:
        tool: cargo-hack@0.5

    You can also omit the minor version if the major version of tool is 1 or greater.

1.0.1 - 2023-01-13

  • Remove extra apk calls on alpine.

1.0.0 - 2023-01-13

Initial release