From 008f0194b7ae52a7664764f767d83b294e78150e Mon Sep 17 00:00:00 2001 From: "commitizen-github-action[bot]" Date: Fri, 14 Oct 2022 17:50:02 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.2.0=20=E2=86=92=200.2.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ README.md | 2 +- pyproject.toml | 4 ++-- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e512eb..a64fc3c 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.1 (2022-10-14) + +### Fix + +- **action**: Port from set-output to env files + ## 0.2.0 (2022-09-30) ### Feat diff --git a/README.md b/README.md index 40a5bec..abfed16 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ docker info --format "{{ .ClientInfo.Context }}" ```yaml - name: Use Docker in rootless mode. - uses: ScribeMD/rootless-docker@0.2.0 + uses: ScribeMD/rootless-docker@0.2.1 ``` ## Supported Runners diff --git a/pyproject.toml b/pyproject.toml index 4677d01..5ff4d9b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool] [tool.commitizen] - version = "0.2.0" + version = "0.2.1" version_files = [ "pyproject.toml:version", "README.md:rootless-docker@" @@ -12,7 +12,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "rootless-docker" - version = "0.2.0" + version = "0.2.1" description = "Run Docker in Rootless Mode to Prevent Permission Errors" authors = ["Kurt von Laven "] license = "MIT"