Skip to content

Commit

Permalink
bump: version 2.8.8 → 2.8.9
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 24, 2024
1 parent 99c6bb5 commit 8c1da95
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 @@
## v2.8.9 (2024-12-24)

### fix

- bump jinja2 to get rid of vulnerability (#177)

## v2.8.8 (2024-12-24)

### chore
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "twyn"
version = "2.8.8"
version = "2.8.9"
description = ""
authors = [
"Daniel Sanz",
Expand Down Expand Up @@ -100,7 +100,7 @@ exclude_lines = ["if TYPE_CHECKING:", "pragma: no cover"]

[tool.commitizen]
version_files = ["pyproject.toml:version"]
version = "2.8.8"
version = "2.8.9"
tag_format = "v$version"
name = "cz_customize"

Expand Down

0 comments on commit 8c1da95

Please sign in to comment.