Skip to content

Commit e54fea6

Browse files
author
commitizen-github-action[bot]
committed
bump: version 0.15.7 → 0.15.8
1 parent af14e4d commit e54fea6

3 files changed

Lines changed: 8 additions & 2 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.7 # automatically updated by Commitizen
20+
rev: 0.15.8 # 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.8 (2023-08-06)
7+
8+
### Fix
9+
10+
- **deps-dev**: bump megalinter
11+
612
## 0.15.7 (2023-04-04)
713

814
### Fix

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ build-backend = "poetry.core.masonry.api"
1010

1111
[tool.poetry]
1212
name = "pre-commit-hooks"
13-
version = "0.15.7"
13+
version = "0.15.8"
1414
description = "Hooks for Use With the pre-commit Framework"
1515
authors = ["Kurt von Laven <kurt.von.laven@gmail.com>"]
1616
license = "MIT"

0 commit comments

Comments
 (0)