Skip to content

Latest commit

 

History

History
40 lines (23 loc) · 858 Bytes

CHANGELOG.md

File metadata and controls

40 lines (23 loc) · 858 Bytes

0.3.3

  • If moon is configured in a root .prototools, we'll no longer install the moon binary through the action, and rely on proto to install it. This only applies if auto-install is true.

0.3.2

  • Auto-install will now run in the workspace-root if defined.

0.3.1

  • moon can be forced installed by setting moon-version, instead of relying on file detection.

0.3.0

  • Now includes the moon and proto versions in the cache key.
  • Updated dependencies.

0.2.1

  • Support proto v0.24 changes.

0.2.0

  • Added a cache input to toggle caching of the toolchain. Defaults to true.
  • Added a cache-base input. When provided, will only save cache on this branch/ref, but will restore cache on all branches/refs.

0.1.2

  • Improve cache key checks.
  • Reduce globbing calls.

0.1.1

  • Updated logging.

0.1.0

  • Initial release.