Skip to content

Commit 7e8ab21

Browse files
committed
chore(release): release 3.3.7 → 3.3.8 by commitizen [skip-ci]
Signed-off-by: github-actions <actions@github.com>
1 parent 4228101 commit 7e8ab21

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,18 @@
1313

1414
<!--next-version-placeholder-->
1515

16+
## v3.3.8 (2024-04-30)
17+
18+
### Fix
19+
20+
- fix broken release of v3.3.8 (try #3) (#128)
21+
- fix broken release of v3.3.8 (try #2) (#127)
22+
- fix broken release of v3.3.8 (#126)
23+
- **python-version**: Updated python to 3.12 and dependencies
24+
- **python-version**: Updated python to 3.12 and dependencies
25+
- **python-version**: Added numpy to pyproject
26+
- **python-version**: Updated python to 3.12 and dependencies
27+
1628
## v3.3.7 (2023-10-20)
1729

1830
### Fix

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
[tool.poetry]
1111
name = "doxysphinx"
12-
version = "3.3.7"
12+
version = "3.3.8"
1313
description = "Integrates doxygen html documentation with sphinx."
1414
authors = [
1515
"Nirmal Sasidharan <nirmal.sasidharan@de.bosch.com>",
@@ -85,7 +85,7 @@ doxysphinx = "doxysphinx.cli:cli"
8585

8686
[tool.commitizen]
8787
name = "cz_conventional_commits"
88-
version = "3.3.7"
88+
version = "3.3.8"
8989
tag_format = "v$version"
9090
version_files = ["pyproject.toml:^version"]
9191
bump_message = """chore(release): release $current_version → $new_version by commitizen [skip-ci]

0 commit comments

Comments
 (0)