Skip to content

Commit f0132c2

Browse files
author
commitizen-github-action[bot]
committed
bump: version 0.1.7 → 0.2.0
1 parent 71ba6f4 commit f0132c2

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

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

6+
## 0.2.0 (2022-09-30)
7+
8+
### Feat
9+
10+
- **MegaLinter**: Upgrade from v5.16.1 to v6.10.0
11+
612
## 0.1.7 (2022-07-18)
713

814
### Fix

README.md

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

5656
```yaml
5757
- name: Use Docker in rootless mode.
58-
uses: ScribeMD/rootless-docker@0.1.7
58+
uses: ScribeMD/rootless-docker@0.2.0
5959
```
6060
6161
## 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.7"
7+
version = "0.2.0"
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.7"
15+
version = "0.2.0"
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)