diff --git a/CHANGELOG.md b/CHANGELOG.md index 95339ea4..405d623f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## v1.12.1 (2025-01-02) + +### Fix + +- scale down z-axis of multiple elements to preent covering flyout +- reducing sidebar z-index +- Replace copy_from_package with shutil.copytree + ## v1.12.0 (2024-12-16) ### Feat diff --git a/docs/conf.py b/docs/conf.py index c41c6dc3..17368120 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -51,8 +51,8 @@ "path": "demo/doxygen/xml", } -version = "1.12.0" -release = "1.12.0" +version = "1.12.1" +release = "1.12.1" 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 13710299..7512a56a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta" [project] name = 'rocm-docs-core' -version = "1.12.0" +version = "1.12.1" authors=[ {name="Lauren Wrubleski", email="Lauren.Wrubleski@amd.com"} ] @@ -72,7 +72,7 @@ color = true [tool.commitizen] name = "cz_conventional_commits" -version = "1.12.0" +version = "1.12.1" version_files = ["pyproject.toml:^version", "docs/conf.py:^(version|release)"] tag_format = "v$version" annotated_tag = true