diff --git a/CHANGELOG.md b/CHANGELOG.md index f82219c..ed355b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ +## v0.17.0 (2024-01-01) + +### Feature + +* feat: add graphite (#73) ([`79fa18e`](https://github.com/MartinBernstorff/FunctionalPy/commit/79fa18e44b3b3383e6dd3feca8e248402f128dd4)) + +* feat: add graphite ([`ae1f0fa`](https://github.com/MartinBernstorff/FunctionalPy/commit/ae1f0fa0b375f095d1059bbbd303ccbf8e279451)) + + ## v0.16.0 (2024-01-01) ### Documentation diff --git a/pyproject.toml b/pyproject.toml index f0d297c..3712912 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ build-backend = "setuptools.build_meta" [project] name = "functionalpy" -version = "0.16.0" +version = "0.17.0" authors = [{ name = "Martin Bernstorff", email = "martinbernstorff@gmail.com" }] description = "functionalpy" classifiers = [