File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed
Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 99
1010[tool .poetry ]
1111name = " doxysphinx"
12- version = " 3.3.7 "
12+ version = " 3.3.8 "
1313description = " Integrates doxygen html documentation with sphinx."
1414authors = [
1515 " Nirmal Sasidharan <nirmal.sasidharan@de.bosch.com>" ,
@@ -85,7 +85,7 @@ doxysphinx = "doxysphinx.cli:cli"
8585
8686[tool .commitizen ]
8787name = " cz_conventional_commits"
88- version = " 3.3.7 "
88+ version = " 3.3.8 "
8989tag_format = " v$version"
9090version_files = [" pyproject.toml:^version" ]
9191bump_message = """ chore(release): release $current_version → $new_version by commitizen [skip-ci]
You can’t perform that action at this time.
0 commit comments