From a723033ae404b6b51810d8b50aadb49e7db62799 Mon Sep 17 00:00:00 2001 From: "commitizen-github-action[bot]" Date: Fri, 10 Mar 2023 09:21:18 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.2.9=20=E2=86=92=200.2.10?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ README.md | 2 +- package.json | 2 +- pyproject.toml | 4 ++-- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bd217ebd..42aa4b40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ This changelog is auto-generated by the Python-based [Commitizen](https://commitizen-tools.github.io/commitizen). +## 0.2.10 (2023-03-10) + +### Fix + +- **deps**: bump @actions/cache from v3.1.4 + ## 0.2.9 (2023-03-02) ### Fix diff --git a/README.md b/README.md index 92bfac58..bc68f9bf 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ performs Docker layer caching for built images but does not cache pulled images. ```yaml - name: Cache Docker images. - uses: ScribeMD/docker-cache@0.2.9 + uses: ScribeMD/docker-cache@0.2.10 with: key: docker-${{ runner.os }}-${{ hashFiles(paths) }} ``` diff --git a/package.json b/package.json index a98c2a1f..5b516930 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "docker-cache", - "version": "0.2.9", + "version": "0.2.10", "description": "Cache Docker Images Whether Built or Pulled", "homepage": "https://github.com/ScribeMD/docker-cache#readme", "main": "dist/main/index.js", diff --git a/pyproject.toml b/pyproject.toml index d99747dd..e0974bb9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool] [tool.commitizen] - version = "0.2.9" + version = "0.2.10" version_files = [ "package.json:version", "pyproject.toml:version", @@ -14,7 +14,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "docker-cache" - version = "0.2.9" + version = "0.2.10" description = "Cache Docker Images Whether Built or Pulled" authors = ["Kurt von Laven "] license = "MIT"