diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5fd4983..fe86486 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - ".": "0.0.1" + ".": "0.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..3a1d55e --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,14 @@ +# Changelog + +## [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) + + +### Features + +* update project template with mise, uv, and cursor ([#1](https://github.com/Curt-Park/python-project-template/issues/1)) ([d2a03ad](https://github.com/Curt-Park/python-project-template/commit/d2a03ad98701a9e4fa9561b1ad1c8e4d49912dab)) + + +### Bug Fixes + +* fetching release-please-manifest.json ([#3](https://github.com/Curt-Park/python-project-template/issues/3)) ([7c94c39](https://github.com/Curt-Park/python-project-template/commit/7c94c395497c3fd5cca143971bd6372508705ed9)) +* simplify test structure ([#2](https://github.com/Curt-Park/python-project-template/issues/2)) ([88d068b](https://github.com/Curt-Park/python-project-template/commit/88d068bd535184d58d55ca211e1ee752badbed0e)) diff --git a/pyproject.toml b/pyproject.toml index b32dd2e..ad72354 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "python-project-template" -version = "0.0.1" +version = "0.1.0" readme = "README.md" requires-python = ">=3.12" authors = [