From 06e7b7a2756b03f58d9d5f515994c0424b77b841 Mon Sep 17 00:00:00 2001 From: "commitizen-github-action[bot]" Date: Wed, 6 Sep 2023 12:19:33 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.3.4=20=E2=86=92=200.3.5?= 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 | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 78b1f1f3..e889381d 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.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 diff --git a/README.md b/README.md index 90b3f829..026e55fa 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.3.4 + uses: ScribeMD/docker-cache@0.3.5 with: key: docker-${{ runner.os }}-${{ hashFiles(paths) }} ``` diff --git a/package.json b/package.json index 1ca64b9c..64b4c36d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "docker-cache", - "version": "0.3.4", + "version": "0.3.5", "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 6000dc79..360c389e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "docker-cache" - version = "0.3.4" + version = "0.3.5" description = "Cache Docker Images Whether Built or Pulled" authors = ["Kurt von Laven "] license = "MIT"