From 034f3330c3299ba37ff4da90a229985682ca8ff6 Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 16 Jul 2024 14:50:07 +0000 Subject: [PATCH] =?UTF-8?q?chore(release):=20release=203.3.9=20=E2=86=92?= =?UTF-8?q?=203.3.10=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 | 6 ++++++ pyproject.toml | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 35b6b1c..849f27d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,12 @@ +## v3.3.10 (2024-07-16) + +### Fix + +- **toc.py**: Use UTF-8 encoding for reading files (#148) + ## v3.3.9 (2024-06-28) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 974c42e..aa4bc5d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ [tool.poetry] name = "doxysphinx" -version = "3.3.9" +version = "3.3.10" description = "Integrates doxygen html documentation with sphinx." authors = [ "Nirmal Sasidharan ", @@ -85,7 +85,7 @@ doxysphinx = "doxysphinx.cli:cli" [tool.commitizen] name = "cz_conventional_commits" -version = "3.3.9" +version = "3.3.10" tag_format = "v$version" version_files = ["pyproject.toml:^version"] bump_message = """chore(release): release $current_version → $new_version by commitizen [skip-ci]