diff --git a/CHANGELOG.md b/CHANGELOG.md index 8321bf0..c0f9da0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## 3.1.1 (2024-12-07) + +### Fix + +- updates for pre-commit and ruff +- remove unused stale extra + +### Refactor + +- pre-commit doesn't need to be a jinja template + ## 3.1.0 (2024-11-07) ### Feat diff --git a/pyproject.toml b/pyproject.toml index 35e4e33..9874f73 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ build-backend = "poetry.core.masonry.api" requires = ["poetry-core"] [tool.commitizen] -version = "3.1.0" +version = "3.1.1" version_files = ["pyproject.toml:^version"] [tool.poetry] @@ -12,7 +12,7 @@ description = "Project scaffold for Python packages built on calcipy. Utilizes c name = "calcipy_template" package-mode = false readme = "README.md" -version = "3.1.0" +version = "3.1.1" [tool.poetry.dependencies] python = "^3.11"