Skip to content

Commit

Permalink
bump: version 0.1.4 → 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
commitizen-github-action[bot] committed Jul 14, 2022
1 parent 7c63e1f commit 65ddfd6
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
This changelog is auto-generated by the Python-based
[Commitizen](https://commitizen-tools.github.io/commitizen).

## 0.1.5 (2022-07-14)

### Fix

- **action**: Start rootful Docker daemon
- **action**: Correct syntax of Bash negation
- **action**: Stop rootful Docker daemon

## 0.1.4 (2022-07-04)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ docker info --format "{{ .ClientInfo.Context }}"

```yaml
- name: Use Docker in rootless mode.
uses: ScribeMD/rootless-docker@0.1.4
uses: ScribeMD/rootless-docker@0.1.5
```

## Supported Runners
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ build-backend = "poetry.core.masonry.api"

[tool]
[tool.commitizen]
version = "0.1.4"
version = "0.1.5"
version_files = [
"pyproject.toml:version",
"README.md:rootless-docker@"
]

[tool.poetry]
name = "rootless-docker"
version = "0.1.4"
version = "0.1.5"
description = "Run Docker in Rootless Mode to Prevent Permission Errors"
authors = ["Kurt von Laven <kurt.von.laven@gmail.com>"]
license = "MIT"
Expand Down

0 comments on commit 65ddfd6

Please sign in to comment.