diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c421090..6da3bced 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +## v0.18.0 (2023-06-27) + +### Feat + +- add extrahead block with metadata in layout.html + +### Fix + +- update announcement for RC of ROCm +- map rocm version in projects.yaml to header.html version number + +### Refactor + +- use theme.conf for header version numbers +- place rocm latest version in projects.yaml + ## v0.17.2 (2023-06-27) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 466f5990..8741fc35 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta" [project] name = 'rocm-docs-core' -version = "0.17.2" +version = "0.18.0" authors=[ {name="Lauren Wrubleski", email="Lauren.Wrubleski@amd.com"} ] @@ -71,7 +71,7 @@ color = true [tool.commitizen] name = "cz_conventional_commits" -version = "0.17.2" +version = "0.18.0" version_files = ["pyproject.toml:^version"] tag_format = "v$version" annotated_tag = true