Skip to content

Commit 6caa661

Browse files
bump: version 2.8.27 → 2.8.28
1 parent 1933aae commit 6caa661

File tree

2 files changed

+26
-2
lines changed

2 files changed

+26
-2
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
## v2.8.28 (2025-07-16)
2+
3+
### chore
4+
5+
- bump ruff from 0.12.2 to 0.12.3 in the patch-updates group (#234)
6+
- bump ruff from 0.12.1 to 0.12.2 in the patch-updates group (#233)
7+
- bump ruff from 0.12.0 to 0.12.1 in the patch-updates group (#232)
8+
- bump mypy from 1.16.0 to 1.16.1 in the patch-updates group (#231)
9+
- bump the minor-updates group across 1 directory with 3 updates (#230)
10+
- bump urllib3 from 2.3.0 to 2.5.0 (#229)
11+
- bump types-requests from 2.32.0.20250602 to 2.32.4.20250611 in the patch-updates group (#227)
12+
- bump requests from 2.32.3 to 2.32.4 (#226)
13+
- bump types-requests from 2.32.0.20250515 to 2.32.0.20250602 (#223)
14+
- bump the patch-updates group across 1 directory with 3 updates (#225)
15+
- bump mypy from 1.15.0 to 1.16.0 in the minor-updates group (#222)
16+
17+
### ci
18+
19+
- add lgtm AI auto-reviewer (#221)
20+
21+
### fix
22+
23+
- Change Dockerfile to install twyn directly from the source code (#220)
24+
125
## v2.8.27 (2025-05-27)
226

327
### 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.27"
3+
version = "2.8.28"
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.27"
103+
version = "2.8.28"
104104
tag_format = "v$version"
105105
name = "cz_customize"
106106

0 commit comments

Comments
 (0)