From b9cec65158887426262e1f9362ca258aa3476d99 Mon Sep 17 00:00:00 2001 From: javierzazo_microsoft Date: Tue, 10 Dec 2024 10:58:15 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20bump:=20version=200.0.16=20?= =?UTF-8?q?=E2=86=92=200.0.17?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index be49643..b13f96c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v0.0.17 (2024-12-10) + +### 🐛🚑️ Fixes + +- jinja was not escaping some variable interpolation + ## v0.0.16 (2024-12-06) ### ✨ Features diff --git a/pyproject.toml b/pyproject.toml index 5265feb..f5fb5da 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.16" +version = "0.0.17" description = "" readme = "README.md" dependencies = [] # write here dependencies of your project