From a7db60b7c08ea89c2ac210828f998fdf9d94306e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 6 Dec 2023 23:47:59 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.30.0=20=E2=86=92=200.30.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 11 +++++++++++ docs/conf.py | 4 ++-- pyproject.toml | 4 ++-- 3 files changed, 15 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ec7825e3..ada8019b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## v0.30.1 (2023-12-06) + +### Fix + +- **flavors**: Fix the rocm-docs-home flavor + +### Refactor + +- Don't add a subproject link as its own project in projects.yaml +- Rename rocm-api-tools-list theme to rocm-docs-home + ## v0.30.0 (2023-11-29) ### Feat diff --git a/docs/conf.py b/docs/conf.py index e0f862eb..e16fdbf4 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -42,5 +42,5 @@ copyright = ( "Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved." ) -version = "0.30.0" -release = "0.30.0" +version = "0.30.1" +release = "0.30.1" diff --git a/pyproject.toml b/pyproject.toml index 7e6d547f..ce2fa6fa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta" [project] name = 'rocm-docs-core' -version = "0.30.0" +version = "0.30.1" authors=[ {name="Lauren Wrubleski", email="Lauren.Wrubleski@amd.com"} ] @@ -73,7 +73,7 @@ color = true [tool.commitizen] name = "cz_conventional_commits" -version = "0.30.0" +version = "0.30.1" version_files = ["pyproject.toml:^version", "docs/conf.py:^(version|release)"] tag_format = "v$version" annotated_tag = true