Skip to content

Commit

Permalink
bump: version 1.0.1 → 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzwalthert committed Mar 7, 2024
1 parent 6039302 commit 8ada66e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.0.2 (2023-08-21)

### Fix

- **verify-git-email**: only fail if no email address matches, don't fail eagerly on first

## 1.0.1 (2023-08-16)

### Fix
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@

[tool.commitizen]
update_changelog_on_bump = true
version = "1.0.1"
version = "1.0.2"
version_files = [
"pyproject.toml"
]
[tool.poetry]
name = "pep-pre-commit-hooks"
version = "1.0.1"
version = "1.0.2"
description = "Public pre-commit hooks"
authors = ["Lorenz Walthert <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 8ada66e

Please sign in to comment.