Skip to content

Commit ab6b2c2

Browse files
bump: version 0.33.2 → 0.34.0
1 parent 8ca0fee commit ab6b2c2

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
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+
18
## v0.33.2 (2024-02-06)
29

310
### Fix

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
"path": "demo/doxygen/xml",
3838
}
3939

40-
version = "0.33.2"
41-
release = "0.33.2"
40+
version = "0.34.0"
41+
release = "0.34.0"
4242
html_title = f"ROCm Docs Core {version}"
4343
project = "ROCm Docs Core"
4444
author = "Advanced Micro Devices, Inc."

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
77

88
[project]
99
name = 'rocm-docs-core'
10-
version = "0.33.2"
10+
version = "0.34.0"
1111
authors=[
1212
{name="Lauren Wrubleski", email="[email protected]"}
1313
]
@@ -73,7 +73,7 @@ color = true
7373

7474
[tool.commitizen]
7575
name = "cz_conventional_commits"
76-
version = "0.33.2"
76+
version = "0.34.0"
7777
version_files = ["pyproject.toml:^version", "docs/conf.py:^(version|release)"]
7878
tag_format = "v$version"
7979
annotated_tag = true

0 commit comments

Comments
 (0)