diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b00c32..8adcba9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,12 @@ +## v3.2.3 (2023-04-06) + +### Fix + +- **doxygen_cwd**: Interpret paths relative to working dir + ## v3.2.2 (2023-04-06) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 63c5b5d..1f94110 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ [tool.poetry] name = "doxysphinx" -version = "3.2.2" +version = "3.2.3" description = "Integrates doxygen html documentation with sphinx." authors = [ "Nirmal Sasidharan ", @@ -88,7 +88,7 @@ doxysphinx = "doxysphinx.cli:cli" [tool.commitizen] name = "cz_conventional_commits" -version = "3.2.2" +version = "3.2.3" tag_format = "v$version" version_files = ["pyproject.toml:^version"] bump_message = """chore(release): release $current_version → $new_version by commitizen [skip-ci]