Skip to content

Commit

Permalink
chore(release): release 3.2.3 → 3.3.0 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 20, 2023
1 parent ab95547 commit d0a6476
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 2 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,30 @@

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

## v3.3.0 (2023-04-20)

### Feat

- **prerequisites**: dartsass isn't needed anymore because we switched to libsass

### Fix

- **styling**: fixes doxygen page headings
- **parser**: removed annotated.html from parsing exclusion list
- **resourceprovision**: fixed caching not working for stylesheets
- **devcontainer**: fixed devcontainer which was broken on first run.
- **pre-commit**: reactivated conventional commit checking

### Refactor

- fix for flake8 error C418 in toc.py

### Perf

- improve performance by parallelizing work over available cores
- improve performance by better preselection
- improved performance of json loading by an order of magnitude

## v3.2.3 (2023-04-06)

### 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.2.3"
version = "3.3.0"
description = "Integrates doxygen html documentation with sphinx."
authors = [
"Nirmal Sasidharan <nirmal.sasidharan@de.bosch.com>",
Expand Down Expand Up @@ -84,7 +84,7 @@ doxysphinx = "doxysphinx.cli:cli"

[tool.commitizen]
name = "cz_conventional_commits"
version = "3.2.3"
version = "3.3.0"
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 d0a6476

Please sign in to comment.