We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8cb3e2 commit b9cec65Copy full SHA for b9cec65
βCHANGELOG.md
@@ -1,3 +1,9 @@
1
+## v0.0.17 (2024-12-10)
2
+
3
+### πποΈ Fixes
4
5
+- jinja was not escaping some variable interpolation
6
7
## v0.0.16 (2024-12-06)
8
9
### β¨ Features
β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
0 commit comments