File tree 2 files changed +8
-2
lines changed
2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 13
13
14
14
<!-- next-version-placeholder-->
15
15
16
+ ## v3.3.3 (2023-04-27)
17
+
18
+ ### Fix
19
+
20
+ - Encoding issues on windows
21
+
16
22
## v3.3.2 (2023-04-27)
17
23
18
24
### Fix
Original file line number Diff line number Diff line change 9
9
10
10
[tool .poetry ]
11
11
name = " doxysphinx"
12
- version = " 3.3.2 "
12
+ version = " 3.3.3 "
13
13
description = " Integrates doxygen html documentation with sphinx."
14
14
authors = [
15
15
" Nirmal Sasidharan <[email protected] >" ,
@@ -84,7 +84,7 @@ doxysphinx = "doxysphinx.cli:cli"
84
84
85
85
[tool .commitizen ]
86
86
name = " cz_conventional_commits"
87
- version = " 3.3.2 "
87
+ version = " 3.3.3 "
88
88
tag_format = " v$version"
89
89
version_files = [" pyproject.toml:^version" ]
90
90
bump_message = """ chore(release): release $current_version → $new_version by commitizen [skip-ci]
You can’t perform that action at this time.
0 commit comments