From 454e0a0110f23f3cee10de418c534194b7d163ca Mon Sep 17 00:00:00 2001 From: "commitizen-github-action[bot]" Date: Sun, 10 Dec 2023 00:08:27 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.14.13=20=E2=86=92=200.14.14?= 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 1cc316a..0a06469 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.14 (2023-12-10) + +### Fix + +- **Renovate**: Remove Poetry Python regex manager + ## 0.14.13 (2023-12-09) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 0c68f55..0276d94 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.13" + version = "0.14.14" description = "GitHub Actions Starter Workflows and Default Community Health Files" authors = ["Kurt von Laven "] license = "MIT"