From 1a57af664c0f954946b7aa39af23ef50e20aa348 Mon Sep 17 00:00:00 2001 From: javierzazo_microsoft Date: Tue, 17 Dec 2024 15:04:09 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20bump:=20version=200.0.18=20?= =?UTF-8?q?=E2=86=92=200.0.19?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 10 ++++++++++ pyproject.toml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 000bbf3..20c2366 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## v0.0.19 (2024-12-17) + +### โœ…๐Ÿคก๐Ÿงช Tests + +- add jinja2 rendering tests for template files + +### ๐Ÿ“Œโž•โฌ‡๏ธ โž–โฌ†๏ธ Dependencies + +- **pyproject**: add jinja2 package to dev environment + ## v0.0.18 (2024-12-10) ### ๐Ÿ›๐Ÿš‘๏ธ Fixes diff --git a/pyproject.toml b/pyproject.toml index 53c835c..21c97c8 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.18" +version = "0.0.19" description = "" readme = "README.md" dependencies = [] # write here dependencies of your project