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 = [