Skip to content

Commit

Permalink
chore(release): release 3.3.7 → 3.3.8 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 Apr 30, 2024
1 parent 4228101 commit 7e8ab21
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,18 @@

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

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

### Fix

- fix broken release of v3.3.8 (try #3) (#128)
- fix broken release of v3.3.8 (try #2) (#127)
- fix broken release of v3.3.8 (#126)
- **python-version**: Updated python to 3.12 and dependencies
- **python-version**: Updated python to 3.12 and dependencies
- **python-version**: Added numpy to pyproject
- **python-version**: Updated python to 3.12 and dependencies

## v3.3.7 (2023-10-20)

### 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.7"
version = "3.3.8"
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.7"
version = "3.3.8"
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 7e8ab21

Please sign in to comment.