Skip to content

Commit

Permalink
bump: version 2.8.12 → 2.8.13
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 7, 2025
1 parent 05a4896 commit a4f1d1e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## v2.8.13 (2025-02-07)

### chore

- bump the dependencies group across 1 directory with 4 updates (#184)

### ci

- Trigger release notes job after publishing has succeeded (#185)
- fix publish_to_pypi job (#181)

## v2.8.11 (2025-01-21)

### 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.12"
version = "2.8.13"
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.12"
version = "2.8.13"
tag_format = "v$version"
name = "cz_customize"

Expand Down

0 comments on commit a4f1d1e

Please # to comment.