Skip to content

Commit 27fdf2f

Browse files
bump: version 1.17.1 → 1.18.0
1 parent 62f8a0c commit 27fdf2f

File tree

3 files changed

+16
-4
lines changed

3 files changed

+16
-4
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
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+
113
## v1.17.1 (2025-03-03)
214

315
### Fix

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@
5151
"path": "demo/doxygen/xml",
5252
}
5353

54-
version = "1.17.1"
55-
release = "1.17.1"
54+
version = "1.18.0"
55+
release = "1.18.0"
5656
html_title = f"ROCm Docs Core {version}"
5757
project = "ROCm Docs Core"
5858
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 = "1.17.1"
10+
version = "1.18.0"
1111
authors=[
1212
{name="Lauren Wrubleski", email="[email protected]"}
1313
]
@@ -72,7 +72,7 @@ color = true
7272

7373
[tool.commitizen]
7474
name = "cz_conventional_commits"
75-
version = "1.17.1"
75+
version = "1.18.0"
7676
version_files = ["pyproject.toml:^version", "docs/conf.py:^(version|release)"]
7777
tag_format = "v$version"
7878
annotated_tag = true

0 commit comments

Comments
 (0)