File tree Expand file tree Collapse file tree 3 files changed +15
-4
lines changed Expand file tree Collapse file tree 3 files changed +15
-4
lines changed Original file line number Diff line number Diff line change
1
+ ## v1.17.0 (2025-02-19)
2
+
3
+ ### Feat
4
+
5
+ - add rocm-ds to project list
6
+ - add rocm-ds flavor
7
+
8
+ ### Fix
9
+
10
+ - unify rocm docs menu item
11
+
1
12
## v1.16.0 (2025-02-11)
2
13
3
14
### Feat
Original file line number Diff line number Diff line change 51
51
"path" : "demo/doxygen/xml" ,
52
52
}
53
53
54
- version = "1.16 .0"
55
- release = "1.16 .0"
54
+ version = "1.17 .0"
55
+ release = "1.17 .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.16 .0"
10
+ version = " 1.17 .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.16 .0"
75
+ version = " 1.17 .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