Skip to content

Commit 7c2397a

Browse files
author
commitizen-github-action[bot]
committed
bump: version 0.15.6 → 0.15.7
1 parent e3e382d commit 7c2397a

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ repos:
1717

1818
## Python, Polyglot, Git, pre-commit
1919
- repo: https://github.com/ScribeMD/pre-commit-hooks
20-
rev: 0.15.6 # automatically updated by Commitizen
20+
rev: 0.15.7 # automatically updated by Commitizen
2121
hooks:
2222
- id: no-merge-commits
2323
- id: asdf-install

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.15.7 (2023-04-04)
7+
8+
### Fix
9+
10+
- **deps-dev**: bump megalinter to v6.22.2
11+
612
## 0.15.6 (2023-04-02)
713

814
### Fix

pyproject.toml

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

55
[tool]
66
[tool.commitizen]
7-
version = "0.15.6"
7+
version = "0.15.7"
88
version_files = [
99
".pre-commit-config.yaml:rev:.+Commitizen",
1010
"pyproject.toml:version"
@@ -13,7 +13,7 @@ build-backend = "poetry.core.masonry.api"
1313

1414
[tool.poetry]
1515
name = "pre-commit-hooks"
16-
version = "0.15.6"
16+
version = "0.15.7"
1717
description = "Hooks for Use With the pre-commit Framework"
1818
authors = ["Kurt von Laven <kurt.von.laven@gmail.com>"]
1919
license = "MIT"

0 commit comments

Comments
 (0)