File tree 3 files changed +9
-3
lines changed 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 3
3
This changelog is auto-generated by the Python-based
4
4
[ Commitizen] ( https://commitizen-tools.github.io/commitizen ) .
5
5
6
+ ## 0.2.0 (2022-09-30)
7
+
8
+ ### Feat
9
+
10
+ - ** MegaLinter** : Upgrade from v5.16.1 to v6.10.0
11
+
6
12
## 0.1.7 (2022-07-18)
7
13
8
14
### Fix
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ docker info --format "{{ .ClientInfo.Context }}"
55
55
56
56
``` yaml
57
57
- name : Use Docker in rootless mode.
58
- uses : ScribeMD/rootless-docker@0.1.7
58
+ uses : ScribeMD/rootless-docker@0.2.0
59
59
` ` `
60
60
61
61
## Supported Runners
Original file line number Diff line number Diff line change @@ -4,15 +4,15 @@ build-backend = "poetry.core.masonry.api"
4
4
5
5
[tool ]
6
6
[tool .commitizen ]
7
- version = " 0.1.7 "
7
+ version = " 0.2.0 "
8
8
version_files = [
9
9
" pyproject.toml:version" ,
10
10
" README.md:rootless-docker@"
11
11
]
12
12
13
13
[tool .poetry ]
14
14
name = " rootless-docker"
15
- version = " 0.1.7 "
15
+ version = " 0.2.0 "
16
16
description = " Run Docker in Rootless Mode to Prevent Permission Errors"
17
17
authors = [
" Kurt von Laven <[email protected] >" ]
18
18
license = " MIT"
You can’t perform that action at this time.
0 commit comments