Skip to content

Commit 12de386

Browse files
bump: version 1.2.9 → 1.2.10
1 parent 733e3b1 commit 12de386

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## v1.2.10 (2024-12-19)
2+
3+
### Fix
4+
5+
- #include <array> to fix issue #19 on windows
6+
17
## v1.2.9 (2024-10-15)
28

39
### Fix

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ testpaths = ["tests/python"]
2626

2727
[tool.commitizen]
2828
name = "cz_conventional_commits"
29-
version = "1.2.9"
29+
version = "1.2.10"
3030
tag_format = "v$version"
3131

3232
[tool.cibuildwheel]

0 commit comments

Comments
 (0)