diff --git a/CHANGELOG.md b/CHANGELOG.md index 9790b4d..16ab2ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,8 @@ +## v3.0.0 (2022-11-18) + ## v2.3.7 (2022-10-17) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 147c6ba..57a0b31 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ [tool.poetry] name = "doxysphinx" -version = "2.3.7" +version = "3.0.0" description = "Integrates doxygen html documentation with sphinx." authors = [ "Nirmal Sasidharan ", @@ -86,7 +86,7 @@ doxysphinx = "doxysphinx.cli:cli" [tool.commitizen] name = "cz_conventional_commits" -version = "2.3.7" +version = "3.0.0" tag_format = "v$version" version_files = ["pyproject.toml:^version"] bump_message = """chore(release): release $current_version → $new_version by commitizen [skip-ci]