diff --git a/CHANGELOG.md b/CHANGELOG.md index a61c58c..8321bf0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## 3.1.0 (2024-11-07) + +### Feat + +- improve beartype configuration + +### Fix + +- recommend future.annotations over deprecated syntax + ## 3.0.0 (2024-11-07) ### Feat diff --git a/pyproject.toml b/pyproject.toml index 0e5e200..c3e428a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ build-backend = "poetry.core.masonry.api" requires = ["poetry-core"] [tool.commitizen] -version = "3.0.0" +version = "3.1.0" 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.0.0" +version = "3.1.0" [tool.poetry.dependencies] python = "^3.11"