File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33This changelog is auto-generated by the Python-based
44[ Commitizen] ( https://commitizen-tools.github.io/commitizen ) .
55
6+ ## 0.9.6 (2022-09-21)
7+
8+ ### Fix
9+
10+ - ** action** : Improve Poetry caching
11+
612## 0.9.5 (2022-09-11)
713
814### Fix
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ in `.pre-commit-config.yaml`.
6363
6464 ``` yaml
6565 - name : Install and run pre-commit hooks.
66- uses : ScribeMD/pre-commit-action@0.9.5
66+ uses : ScribeMD/pre-commit-action@0.9.6
6767 ` ` `
6868
6969## Inputs
Original file line number Diff line number Diff line change @@ -4,15 +4,15 @@ build-backend = "poetry.core.masonry.api"
44
55[tool ]
66 [tool .commitizen ]
7- version = " 0.9.5 "
7+ version = " 0.9.6 "
88 version_files = [
99 " pyproject.toml:version" ,
1010 " README.md:pre-commit-action@"
1111 ]
1212
1313 [tool .poetry ]
1414 name = " pre-commit-action"
15- version = " 0.9.5 "
15+ version = " 0.9.6 "
1616 description = " Optimized GitHub Action for Running pre-commit Hooks"
1717 authors = [" Kurt von Laven <kurt.von.laven@gmail.com>" ]
1818 license = " MIT"
You can’t perform that action at this time.
0 commit comments