From ddd0326dc570740df147dbc54f9e50cf01486ed3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 11 Oct 2025 20:47:38 +0000 Subject: [PATCH] chore(main): release 0.4.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ pyproject.toml | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0ee8c01..2537c1f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.3.0" + ".": "0.4.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index a141a4b..4647f68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.4.0](https://github.com/gemmadanks/python-project-template/compare/v0.3.0...v0.4.0) (2025-10-11) + + +### 🚀 Features + +* add justfile ([#11](https://github.com/gemmadanks/python-project-template/issues/11)) ([8b2396a](https://github.com/gemmadanks/python-project-template/commit/8b2396a39c7121970eb796bbb3523134dd9af929)) + + +### 🐛 Bug Fixes + +* remove docs requirements file ([#10](https://github.com/gemmadanks/python-project-template/issues/10)) ([38314b9](https://github.com/gemmadanks/python-project-template/commit/38314b9aa1f60356c5a5939de4983e17499d79a8)) +* use emoticons in changelog ([#8](https://github.com/gemmadanks/python-project-template/issues/8)) ([fa3f6af](https://github.com/gemmadanks/python-project-template/commit/fa3f6af87fa45b33526fab2f8e83139c3c780627)) + ## [0.3.0](https://github.com/gemmadanks/python-project-template/compare/v0.2.0...v0.3.0) (2025-10-09) diff --git a/pyproject.toml b/pyproject.toml index 468268c..bce010d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "package_name" -version = "0.3.0" +version = "0.4.0" description = "A python package." authors = [ {name = "Your Name",email = "you@example.com"}