From 8704120296919a0f61b736166cdba7e3b51d1509 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 12 Oct 2025 21:28:56 +0000 Subject: [PATCH] chore(main): release 0.5.0 --- .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 2537c1f..f1c1e58 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.4.0" + ".": "0.5.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 4647f68..4c875f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.5.0](https://github.com/gemmadanks/python-project-template/compare/v0.4.0...v0.5.0) (2025-10-12) + + +### 🚀 Features + +* add architectural decision records ([#12](https://github.com/gemmadanks/python-project-template/issues/12)) ([4d1a08e](https://github.com/gemmadanks/python-project-template/commit/4d1a08e8ffd4336e09200b9f690c8e28347f9b45)) + ## [0.4.0](https://github.com/gemmadanks/python-project-template/compare/v0.3.0...v0.4.0) (2025-10-11) diff --git a/pyproject.toml b/pyproject.toml index bce010d..460af43 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "package_name" -version = "0.4.0" +version = "0.5.0" description = "A python package." authors = [ {name = "Your Name",email = "you@example.com"}