From 501b1874eba7a6177e22a647466c09f02675c8c0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 5 Jul 2023 21:32:33 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.18.3=20=E2=86=92=200.18.4?= 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 20efbf54..5d1a102c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v0.18.4 (2023-07-05) + +### Fix + +- **projects.yaml**: add rpp to projects.yaml + ## v0.18.3 (2023-06-29) ### Fix diff --git a/pyproject.toml b/pyproject.toml index e9a51177..9887ae7e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta" [project] name = 'rocm-docs-core' -version = "0.18.3" +version = "0.18.4" authors=[ {name="Lauren Wrubleski", email="Lauren.Wrubleski@amd.com"} ] @@ -71,7 +71,7 @@ color = true [tool.commitizen] name = "cz_conventional_commits" -version = "0.18.3" +version = "0.18.4" version_files = ["pyproject.toml:^version"] tag_format = "v$version" annotated_tag = true