diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c47d83a99..74d6c53d5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -46,7 +46,7 @@ repos: exclude: "poetry.lock" - repo: https://github.com/commitizen-tools/commitizen - rev: v3.18.3 # automatically updated by Commitizen + rev: v3.18.4 # automatically updated by Commitizen hooks: - id: commitizen - id: commitizen-branch diff --git a/CHANGELOG.md b/CHANGELOG.md index e0c221824..2cfbeb556 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v3.18.4 (2024-03-14) + +### Fix + +- **changelog**: include latest change when dry run and incremental + ## v3.18.3 (2024-03-11) ### Fix diff --git a/commitizen/__version__.py b/commitizen/__version__.py index c3689ecdc..e3c8f4ce8 100644 --- a/commitizen/__version__.py +++ b/commitizen/__version__.py @@ -1 +1 @@ -__version__ = "3.18.3" +__version__ = "3.18.4" diff --git a/pyproject.toml b/pyproject.toml index 58886b920..8f0995e1e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [tool.commitizen] -version = "3.18.3" +version = "3.18.4" tag_format = "v$version" version_files = [ "pyproject.toml:version", @@ -9,7 +9,7 @@ version_files = [ [tool.poetry] name = "commitizen" -version = "3.18.3" +version = "3.18.4" description = "Python commitizen client tool" authors = ["Santiago Fraire "] license = "MIT"