File tree Expand file tree Collapse file tree 3 files changed +16
-4
lines changed Expand file tree Collapse file tree 3 files changed +16
-4
lines changed Original file line number Diff line number Diff line change
1
+ ## v1.18.0 (2025-03-12)
2
+
3
+ ### Feat
4
+
5
+ - add ai-developer-hub flavor
6
+
7
+ ### Fix
8
+
9
+ - fix linting
10
+ - fix typo
11
+ - remove -docs suffix for consistency
12
+
1
13
## v1.17.1 (2025-03-03)
2
14
3
15
### Fix
Original file line number Diff line number Diff line change 51
51
"path" : "demo/doxygen/xml" ,
52
52
}
53
53
54
- version = "1.17.1 "
55
- release = "1.17.1 "
54
+ version = "1.18.0 "
55
+ release = "1.18.0 "
56
56
html_title = f"ROCm Docs Core { version } "
57
57
project = "ROCm Docs Core"
58
58
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 = " 1.17.1 "
10
+ version = " 1.18.0 "
11
11
authors =[
12
12
{
name =
" Lauren Wrubleski" ,
email =
" [email protected] " }
13
13
]
@@ -72,7 +72,7 @@ color = true
72
72
73
73
[tool .commitizen ]
74
74
name = " cz_conventional_commits"
75
- version = " 1.17.1 "
75
+ version = " 1.18.0 "
76
76
version_files = [" pyproject.toml:^version" , " docs/conf.py:^(version|release)" ]
77
77
tag_format = " v$version"
78
78
annotated_tag = true
You can’t perform that action at this time.
0 commit comments