Skip to content
This repository has been archived by the owner on Mar 15, 2023. It is now read-only.

Latest commit

 

History

History
108 lines (56 loc) · 1.52 KB

CHANGELOG.md

File metadata and controls

108 lines (56 loc) · 1.52 KB

Changelog

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

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