From cfab072232a11b0a7d3406f426a08cceb72be948 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 16 Dec 2024 17:34:24 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=201.11.0=20=E2=86=92=201.12.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ docs/conf.py | 4 ++-- pyproject.toml | 4 ++-- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 75504abf..95339ea4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v1.12.0 (2024-12-16) + +### Feat + +- Instinct documentation link in ROCm docs + ## v1.11.0 (2024-12-05) ### Feat diff --git a/docs/conf.py b/docs/conf.py index 039a272f..c41c6dc3 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -51,8 +51,8 @@ "path": "demo/doxygen/xml", } -version = "1.11.0" -release = "1.11.0" +version = "1.12.0" +release = "1.12.0" html_title = f"ROCm Docs Core {version}" project = "ROCm Docs Core" author = "Advanced Micro Devices, Inc." diff --git a/pyproject.toml b/pyproject.toml index 32f8f387..13710299 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta" [project] name = 'rocm-docs-core' -version = "1.11.0" +version = "1.12.0" authors=[ {name="Lauren Wrubleski", email="Lauren.Wrubleski@amd.com"} ] @@ -72,7 +72,7 @@ color = true [tool.commitizen] name = "cz_conventional_commits" -version = "1.11.0" +version = "1.12.0" version_files = ["pyproject.toml:^version", "docs/conf.py:^(version|release)"] tag_format = "v$version" annotated_tag = true