Skip to content

Commit b9cec65

Browse files
committed
πŸ”– bump: version 0.0.16 β†’ 0.0.17
1 parent a8cb3e2 commit b9cec65

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

β€ŽCHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## v0.0.17 (2024-12-10)
2+
3+
### πŸ›πŸš‘οΈ Fixes
4+
5+
- jinja was not escaping some variable interpolation
6+
17
## v0.0.16 (2024-12-06)
28

39
### ✨ Features

β€Žpyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ authors = [{ name = "microsoft" }]
33
license = { text = "MIT License" }
44
requires-python = ">=3.10"
55
name = "cookie-doh"
6-
version = "0.0.16"
6+
version = "0.0.17"
77
description = ""
88
readme = "README.md"
99
dependencies = [] # write here dependencies of your project

0 commit comments

Comments
Β (0)