diff --git a/CHANGELOG.md b/CHANGELOG.md index c865621..8fe69e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.5.0](https://github.com/S1M0N38/template-python/compare/v0.4.0...v0.5.0) (2026-02-08) + + +### Features + +* **git:** add pre-commit hooks ([26a73a1](https://github.com/S1M0N38/template-python/commit/26a73a1e8ece90cb15aba1d045e39f8170bd1d2b)) + ## [0.4.0](https://github.com/S1M0N38/template-python/compare/v0.3.0...v0.4.0) (2026-01-16) diff --git a/pyproject.toml b/pyproject.toml index cc90948..87b6308 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ requires = [ "hatchling" ] [project] name = "template-python" -version = "0.4.0" +version = "0.5.0" description = "Add your description here" readme = "README.md" authors = [ { name = "S1M0N38", email = "bertolottosimone@gmail.com" } ]