Skip to content

Commit 65ddfd6

Browse files
author
commitizen-github-action[bot]
committed
bump: version 0.1.4 → 0.1.5
1 parent 7c63e1f commit 65ddfd6

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
This changelog is auto-generated by the Python-based
44
[Commitizen](https://commitizen-tools.github.io/commitizen).
55

6+
## 0.1.5 (2022-07-14)
7+
8+
### Fix
9+
10+
- **action**: Start rootful Docker daemon
11+
- **action**: Correct syntax of Bash negation
12+
- **action**: Stop rootful Docker daemon
13+
614
## 0.1.4 (2022-07-04)
715

816
### Fix

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ docker info --format "{{ .ClientInfo.Context }}"
5454

5555
```yaml
5656
- name: Use Docker in rootless mode.
57-
uses: ScribeMD/[email protected].4
57+
uses: ScribeMD/[email protected].5
5858
```
5959
6060
## Supported Runners

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool]
66
[tool.commitizen]
7-
version = "0.1.4"
7+
version = "0.1.5"
88
version_files = [
99
"pyproject.toml:version",
1010
"README.md:rootless-docker@"
1111
]
1212

1313
[tool.poetry]
1414
name = "rootless-docker"
15-
version = "0.1.4"
15+
version = "0.1.5"
1616
description = "Run Docker in Rootless Mode to Prevent Permission Errors"
1717
authors = ["Kurt von Laven <[email protected]>"]
1818
license = "MIT"

0 commit comments

Comments
 (0)