Skip to content

Latest commit

 

History

History
168 lines (86 loc) · 2.28 KB

CHANGELOG.md

File metadata and controls

168 lines (86 loc) · 2.28 KB

Changelog

This changelog is auto-generated by the Python-based Commitizen.

0.6.0 (2024-07-16)

Feat

  • action: Use detected Bash path

0.5.0 (2024-03-27)

Feat

  • docker: Support dangling Docker images

0.4.0 (2024-03-13)

Feat

  • action: Verify no matching cache before save

0.3.7 (2023-12-20)

Fix

  • Node.js: Upgrade from node16 to node20

0.3.6 (2023-09-13)

Fix

  • deps: bump @actions/core from v1.10.0 to v1.10.1

0.3.5 (2023-09-06)

Fix

  • deps: bump @actions/cache from v3.2.1 to v3.2.2

0.3.4 (2023-07-29)

Fix

  • semver: Bump v7.5.1 to v7.5.4

0.3.3 (2023-04-11)

Fix

  • deps: lock file maintenance

0.3.2 (2023-03-31)

Fix

  • util: Don't call toString() on Error

0.3.1 (2023-03-28)

Refactor

  • util: Eliminate side-effects on import

0.3.0 (2023-03-13)

Feat

  • OS: Add Windows support

0.2.10 (2023-03-10)

Fix

  • deps: bump @actions/cache from v3.1.4

0.2.9 (2023-03-02)

Fix

  • deps: bump @actions/cache from v3.1.3

0.2.8 (2023-02-15)

Fix

  • deps: bump @actions/cache from v3.1.2

0.2.7 (2023-01-18)

Fix

  • deps: bump @actions/cache from v3.0.6

0.2.6 (2022-11-01)

Fix

  • deps: lock file maintenance

0.2.5 (2022-10-19)

Fix

  • deps: bump @actions/cache from 3.0.0 to 3.0.6

0.2.4 (2022-10-03)

Fix

  • deps: bump @actions/core from 1.9.1 to 1.10.0

0.2.3 (2022-09-05)

Perf

  • action: Filter out pre-cached images

0.2.2 (2022-08-18)

Fix

  • deps: bump @actions/core from 1.9.0 to 1.9.1

0.2.1 (2022-07-23)

Refactor

  • action: Move constants util -> docker

0.2.0 (2022-07-20)

Feat

  • action: Add read-only input

0.1.4 (2022-06-01)

Refactor

  • action: Separate scripts from modules

0.1.3 (2022-05-21)

Fix

  • post: Save cache on cache miss

0.1.2 (2022-04-23)

Fix

  • action: Port from Yarn Zero-Installs to ncc.
  • post: Inform when post step has nothing to do
  • util: Use a shell available in GitHub Actions

0.1.1 (2022-04-23)

Fix

  • action: Fix Docker caching permission error

0.1.0 (2022-04-20)

Feat

  • action: Create docker-cache GitHub Action