Skip to content

Commit

Permalink
chore(release): release 3.3.8 → 3.3.9 by commitizen [skip-ci]
Browse files Browse the repository at this point in the history
Signed-off-by: github-actions <actions@github.com>
  • Loading branch information
actions-user committed Jun 28, 2024
1 parent 19b5d5e commit a13f862
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@

<!--next-version-placeholder-->

## v3.3.9 (2024-06-28)

### Fix

- **process.py**: Fix to support Doxygen 1.10 and 1.11 (#141)

## v3.3.8 (2024-04-30)

### Fix
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

[tool.poetry]
name = "doxysphinx"
version = "3.3.8"
version = "3.3.9"
description = "Integrates doxygen html documentation with sphinx."
authors = [
"Nirmal Sasidharan <nirmal.sasidharan@de.bosch.com>",
Expand Down Expand Up @@ -85,7 +85,7 @@ doxysphinx = "doxysphinx.cli:cli"

[tool.commitizen]
name = "cz_conventional_commits"
version = "3.3.8"
version = "3.3.9"
tag_format = "v$version"
version_files = ["pyproject.toml:^version"]
bump_message = """chore(release): release $current_version → $new_version by commitizen [skip-ci]
Expand Down

0 comments on commit a13f862

Please sign in to comment.