From cf40817b821c565541ae2c404e70e1ac6e3c1a47 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 8 Nov 2025 06:47:33 +0000 Subject: [PATCH] chore(main): release python-project-template 0.1.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 fe86486..b38d7b6 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - ".": "0.1.0" + ".": "0.1.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a1d55e..a7d7fca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.1](https://github.com/Curt-Park/python-project-template/compare/python-project-template-v0.1.0...python-project-template-v0.1.1) (2025-11-08) + + +### Bug Fixes + +* cursor rules header for Python project ([#5](https://github.com/Curt-Park/python-project-template/issues/5)) ([1dee8a9](https://github.com/Curt-Park/python-project-template/commit/1dee8a99d13e14a7f4c218d8396b15a4ae320672)) + ## [0.1.0](https://github.com/Curt-Park/python-project-template/compare/python-project-template-v0.0.1...python-project-template-v0.1.0) (2025-11-08) diff --git a/pyproject.toml b/pyproject.toml index ad72354..1cd9490 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "python-project-template" -version = "0.1.0" +version = "0.1.1" readme = "README.md" requires-python = ">=3.12" authors = [