Skip to content

Commit

Permalink
chore(release): release 3.0.0 → 3.1.0 by commitizen [skip-ci]
Browse files Browse the repository at this point in the history
Signed-off-by: github-actions <[email protected]>
  • Loading branch information
actions-user committed Dec 9, 2022
1 parent 9b3151f commit 9fd7c71
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,16 @@

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

## v3.1.0 (2022-12-09)

### Feat

- **parser**: Now rst inline syntax is supported for sphinx roles and domains.

### Fix

- **parser**: fixed doxygen comment parsing

## v3.0.0 (2022-11-18)

## v2.3.7 (2022-10-17)
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.0.0"
version = "3.1.0"
description = "Integrates doxygen html documentation with sphinx."
authors = [
"Nirmal Sasidharan <[email protected]>",
Expand Down Expand Up @@ -87,7 +87,7 @@ doxysphinx = "doxysphinx.cli:cli"

[tool.commitizen]
name = "cz_conventional_commits"
version = "3.0.0"
version = "3.1.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 9fd7c71

Please sign in to comment.