Skip to content

Commit e51582b

Browse files
bump: version 2.8.26 → 2.8.27
1 parent adc9ae3 commit e51582b

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## v2.8.27 (2025-05-27)
2+
3+
### chore
4+
5+
- bump ruff from 0.11.10 to 0.11.11 in the patch-updates group (#218)
6+
- add maintainer email (#217)
7+
- bump commitizen from 4.7.2 to 4.8.2 in the minor-updates group (#214)
8+
9+
### ci
10+
11+
- require manual action to create tag (#216)
12+
13+
### fix
14+
15+
- handle return code (#219)
16+
117
## v2.8.26 (2025-05-22)
218

319
### chore

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "twyn"
3-
version = "2.8.26"
3+
version = "2.8.27"
44
description = ""
55
authors = [
66
"Daniel Sanz",
@@ -100,7 +100,7 @@ exclude_lines = ["if TYPE_CHECKING:", "pragma: no cover"]
100100

101101
[tool.commitizen]
102102
version_files = ["pyproject.toml:version"]
103-
version = "2.8.26"
103+
version = "2.8.27"
104104
tag_format = "v$version"
105105
name = "cz_customize"
106106

0 commit comments

Comments
 (0)