From 53147a6677f66fd580e17c2ce507485b35edffd5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 15 Oct 2025 21:21:55 +0000 Subject: [PATCH] chore(main): release 0.5.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f1c1e58..210d290 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.5.0" + ".": "0.5.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c875f7..cff78ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.5.1](https://github.com/gemmadanks/python-project-template/compare/v0.5.0...v0.5.1) (2025-10-15) + + +### 🐛 Bug Fixes + +* add check for ADR to PR template ([#14](https://github.com/gemmadanks/python-project-template/issues/14)) ([c15d43d](https://github.com/gemmadanks/python-project-template/commit/c15d43d73dd97017aa569dcbc7be9b60160ff0f6)) + ## [0.5.0](https://github.com/gemmadanks/python-project-template/compare/v0.4.0...v0.5.0) (2025-10-12) diff --git a/pyproject.toml b/pyproject.toml index 460af43..5b54d3f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "package_name" -version = "0.5.0" +version = "0.5.1" description = "A python package." authors = [ {name = "Your Name",email = "you@example.com"}