From a4ddeccf0fcda7ae161ebeca820f6bf6073f74e2 Mon Sep 17 00:00:00 2001 From: "commitizen-github-action[bot]" Date: Wed, 19 Oct 2022 06:43:31 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.2.4=20=E2=86=92=200.2.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 | 4 ++-- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 75088429..74b62254 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.5 (2022-10-19) + +### Fix + +- **deps**: bump @actions/cache from 3.0.0 to 3.0.6 + ## 0.2.4 (2022-10-03) ### Fix diff --git a/README.md b/README.md index 9298a6f4..facde07b 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.4 + uses: ScribeMD/docker-cache@0.2.5 with: key: docker-${{ runner.os }}-${{ hashFiles(...) }} ``` diff --git a/package.json b/package.json index ab9a909c..10ab0c71 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "docker-cache", - "version": "0.2.4", + "version": "0.2.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 706b1954..c2f90463 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool] [tool.commitizen] - version = "0.2.4" + version = "0.2.5" version_files = [ "package.json:version", "pyproject.toml:version", @@ -13,7 +13,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "docker-cache" - version = "0.2.4" + version = "0.2.5" description = "Cache Docker Images Whether Built or Pulled" authors = ["Kurt von Laven "] license = "MIT"