From 6e40b278ac7c7a0457398c461dd857f49d84cee1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 4 May 2023 22:51:57 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.9.0=20=E2=86=92=200.9.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ pyproject.toml | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 98a0e857..312c6bdf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v0.9.1 (2023-05-04) + +### Fix + +- **core.py**: use older version of pretty format in git log command + ## v0.9.0 (2023-05-03) ### Feat diff --git a/pyproject.toml b/pyproject.toml index 62ea3119..0e87da55 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta" [project] name = 'rocm-docs-core' -version = "0.9.0" +version = "0.9.1" authors=[ {name="Lauren Wrubleski", email="Lauren.Wrubleski@amd.com"} ] @@ -57,7 +57,7 @@ rocm_docs = ["data/**/*", "rocm_docs_theme/**/*"] [tool.commitizen] name = "cz_conventional_commits" -version = "0.9.0" +version = "0.9.1" version_files = ["pyproject.toml:^version"] tag_format = "v$version" annotated_tag = true