diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 466df71..2be9c43 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.0" + ".": "0.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 80caceb..6f5e9d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # Changelog +## [0.2.0](https://github.com/gemmadanks/python-project-template/compare/v0.1.0...v0.2.0) (2025-10-09) + + +### Features + +* add badges for docs ([04c52be](https://github.com/gemmadanks/python-project-template/commit/04c52be2df4497373c7b1eab383491478268802a)) +* add poetry checks to pre-commit hooks ([cf470e3](https://github.com/gemmadanks/python-project-template/commit/cf470e3deb75c6364f5faa24bbdc4a72a9697d0e)) +* add RTD integration ([f4f69f1](https://github.com/gemmadanks/python-project-template/commit/f4f69f19b7a734d1b90b728e5cd8d63249d099f8)) +* add workflow for deploying docs to GitHub pages ([a924362](https://github.com/gemmadanks/python-project-template/commit/a92436265ed915dee7a4073ce7430c0e104d0263)) + + +### Bug Fixes + +* fix extra-files for release-please ([421feae](https://github.com/gemmadanks/python-project-template/commit/421feae5cbb59220d58a0f150472448ed25b6278)) + + +### Documentation + +* update README ([d534acb](https://github.com/gemmadanks/python-project-template/commit/d534acb8841f968d5843ab01390999fbd40d5127)) + ## 0.1.0 (2025-10-07) diff --git a/pyproject.toml b/pyproject.toml index a2e0c51..8432453 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "package_name" -version = "0.1.0" +version = "0.2.0" description = "A python package." authors = [ {name = "Your Name",email = "you@example.com"}