diff --git a/CHANGELOG.md b/CHANGELOG.md index b02c620..be49643 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +## v0.0.16 (2024-12-06) + +### ✨ Features + +- add pdm package management and remove poetry + +### 🐛🚑️ Fixes + +- installation in remote workflow +- rebase instead of merge dependabot prs + +### build + +- **deps-dev**: bump tornado from 6.4.1 to 6.4.2 + ## v0.0.15 (2024-11-11) ### ✨ Features diff --git a/pyproject.toml b/pyproject.toml index 194bc91..5265feb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ authors = [{ name = "microsoft" }] license = { text = "MIT License" } requires-python = ">=3.10" name = "cookie-doh" -version = "0.0.15" +version = "0.0.16" description = "" readme = "README.md" dependencies = [] # write here dependencies of your project