From c06cb1efb437766744bf44f680820b2d4c7620d7 Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 20 Oct 2023 10:35:35 +0000 Subject: [PATCH] =?UTF-8?q?chore(release):=20release=203.3.6=20=E2=86=92?= =?UTF-8?q?=203.3.7=20by=20commitizen=20[skip-ci]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: github-actions --- CHANGELOG.md | 7 +++++++ pyproject.toml | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a1c8134..bd19e69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,13 @@ +## v3.3.7 (2023-10-20) + +### Fix + +- **doxygen.py**: Fix parsing of Windows newlines when on Posix +- **doxygen.py**: Don't fail on forward slashes on Windows + ## v3.3.6 (2023-10-12) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 2967785..f5582cd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ [tool.poetry] name = "doxysphinx" -version = "3.3.6" +version = "3.3.7" description = "Integrates doxygen html documentation with sphinx." authors = [ "Nirmal Sasidharan ", @@ -84,7 +84,7 @@ doxysphinx = "doxysphinx.cli:cli" [tool.commitizen] name = "cz_conventional_commits" -version = "3.3.6" +version = "3.3.7" tag_format = "v$version" version_files = ["pyproject.toml:^version"] bump_message = """chore(release): release $current_version → $new_version by commitizen [skip-ci]