File tree Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Original file line number Diff line number Diff line change
1
+ ## v0.34.0 (2024-02-08)
2
+
3
+ ### Feat
4
+
5
+ - ** core.py** : Add html_image myst extension
6
+ - ** core.py** : Enable dollarmath myst extension for inline latex math
7
+
1
8
## v0.33.2 (2024-02-06)
2
9
3
10
### Fix
Original file line number Diff line number Diff line change 37
37
"path" : "demo/doxygen/xml" ,
38
38
}
39
39
40
- version = "0.33.2 "
41
- release = "0.33.2 "
40
+ version = "0.34.0 "
41
+ release = "0.34.0 "
42
42
html_title = f"ROCm Docs Core { version } "
43
43
project = "ROCm Docs Core"
44
44
author = "Advanced Micro Devices, Inc."
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
7
7
8
8
[project ]
9
9
name = ' rocm-docs-core'
10
- version = " 0.33.2 "
10
+ version = " 0.34.0 "
11
11
authors =[
12
12
{
name =
" Lauren Wrubleski" ,
email =
" [email protected] " }
13
13
]
@@ -73,7 +73,7 @@ color = true
73
73
74
74
[tool .commitizen ]
75
75
name = " cz_conventional_commits"
76
- version = " 0.33.2 "
76
+ version = " 0.34.0 "
77
77
version_files = [" pyproject.toml:^version" , " docs/conf.py:^(version|release)" ]
78
78
tag_format = " v$version"
79
79
annotated_tag = true
You can’t perform that action at this time.
0 commit comments