Skip to content

Commit

Permalink
bump: version 1.0.0 → 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzwalthert committed Aug 16, 2023
1 parent 5a6900f commit cab2aa9
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.1 (2023-08-16)

### Fix

- **verify-git-email**: since multiple arguments require --domains d --domains d and that is too verbose and domains shoudl then be singular, we go for --domains d1,d2

## 1.0.0 (2023-08-16)

### Feat
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.0"
version = "1.0.1"
version_files = [
"pyproject.toml"
]
[tool.poetry]
name = "pep-pre-commit-hooks"
version = "1.0.0"
version = "1.0.1"
description = "Public pre-commit hooks"
authors = ["Lorenz Walthert <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit cab2aa9

Please sign in to comment.