diff --git a/CHANGELOG.md b/CHANGELOG.md index c07da644..aa5cbad7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm +## v1.1.0 (2023-05-24) +### Feature +* Replace `flakeheaven` with `ruff` ([`85a6132`](https://github.com/billsioros/cookiecutter-pypackage/commit/85a613250e741038b9817971dc6e63e3f8ecad7a)) + +**[See all commits in this version](https://github.com/billsioros/cookiecutter-pypackage/compare/v1.0.2...v1.1.0)** + ## v1.0.2 (2023-05-21) ### Fix * Enclose `secrets` in braces ([`4465b7c`](https://github.com/billsioros/cookiecutter-pypackage/commit/4465b7c44e902a0cbc4c814a37faa319f09743d9)) diff --git a/pyproject.toml b/pyproject.toml index 1ca1e013..48b940ac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "cookiecutter-pypackage" -version = "1.0.2" +version = "1.1.0" description = "🐍🍪 Another Python Cookiecutter" readme = "README.md" authors = ["billsioros "]