From 450db334a025551a3ad072e3b5d1554c2b9818d2 Mon Sep 17 00:00:00 2001 From: "commitizen-github-action[bot]" Date: Thu, 14 Mar 2024 17:29:34 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.14.15=20=E2=86=92=200.14.16?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d82724f..8cc3e93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ This changelog is auto-generated by the Python-based [Commitizen](https://commitizen-tools.github.io/commitizen). +## 0.14.16 (2024-03-14) + +### Fix + +- **Renovate**: Only prepend "v" when missing + ## 0.14.15 (2023-12-16) ### Fix diff --git a/pyproject.toml b/pyproject.toml index c05a82a..b941464 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "GitHub Starter Workflows" - version = "0.14.15" + version = "0.14.16" description = "GitHub Actions Starter Workflows and Default Community Health Files" authors = ["Kurt von Laven "] license = "MIT"