diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f36474..57982cb 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.1.3 (2022-07-02) + +### Fix + +- **action**: Stop hard-coding XDG_RUNTIME_DIR + ## 0.1.2 (2022-04-25) ### Fix diff --git a/README.md b/README.md index eec8cd7..270c080 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ docker info --format "{{ .ClientInfo.Context }}" ```yaml - name: Use Docker in rootless mode. - uses: ScribeMD/rootless-docker@0.1.2 + uses: ScribeMD/rootless-docker@0.1.3 ``` ## Supported Runners diff --git a/pyproject.toml b/pyproject.toml index 709666c..09e8ce3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool] [tool.commitizen] - version = "0.1.2" + version = "0.1.3" 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.1.2" + version = "0.1.3" description = "Run Docker in Rootless Mode to Prevent Permission Errors" authors = ["Kurt von Laven "] license = "MIT"