diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..678d312 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,29 @@ +## v0.0.2 (2024-05-13) + +### ♻️ Refactorings + +- **copier**: added a template folder and extra questions for optional tools + +### 🎨🏗️ Style & Architecture + +- emojis to source code +- **readme**: rename and try source code emoji +- **readme**: add main workflow status badge + +### 💚👷 CI & Build + +- **codespell**: add codespell dev dependency to workflows in cookie-doh and template +- add read permissions to build-docs in main workflow +- refactor workflows + +### 📝💡 Documentation + +- clarify some documentation +- add dev setup instructions to cookie-doh and template and update readme files + +### 🔧🔨📦️ Configuration, Scripts, Packages + +- **vscode**: change vscode multi-root workspace settings file to folder settings +- **pre-commit**: remove commitizen protection branch + +## v0.0.1 (2024-05-07) diff --git a/pyproject.toml b/pyproject.toml index 248378a..aff47cc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "cookie-doh" -version = "0.0.0" +version = "0.0.2" description = "" authors = ["microsoft"] license = "MIT License"