From 62c1afd7ae260f2a0270945a3de6b998b88eeab3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 27 May 2023 00:10:39 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.12.0=20=E2=86=92=200.13.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 20 ++++++++++++++++++++ pyproject.toml | 4 ++-- 2 files changed, 22 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 141a0539..04e9f4e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,23 @@ +## v0.13.0 (2023-05-27) + +### Feat + +- **left-side-menu.html**: dynamically change homepage link for develop branch +- add link to ROCm docs home to top of TOC + +### Fix + +- **header.html**: fix link to amd.com + +### Refactor + +- include master branch for left side menu +- update development_branches +- include dev branch names in left-side-menu +- move yaml file to data folder +- add yaml with development branches +- dynamically change branch in left side menu + ## v0.12.0 (2023-05-24) ### Feat diff --git a/pyproject.toml b/pyproject.toml index 8b6548fb..49c7824b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta" [project] name = 'rocm-docs-core' -version = "0.12.0" +version = "0.13.0" authors=[ {name="Lauren Wrubleski", email="Lauren.Wrubleski@amd.com"} ] @@ -59,7 +59,7 @@ rocm_docs = ["data/**/*", "rocm_docs_theme/**/*"] [tool.commitizen] name = "cz_conventional_commits" -version = "0.12.0" +version = "0.13.0" version_files = ["pyproject.toml:^version"] tag_format = "v$version" annotated_tag = true