We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70a5ea1 commit 1a57af6Copy full SHA for 1a57af6
βCHANGELOG.md
@@ -1,3 +1,13 @@
1
+## v0.0.19 (2024-12-17)
2
+
3
+### β π€‘π§ͺ Tests
4
5
+- add jinja2 rendering tests for template files
6
7
+### πββ¬οΈ ββ¬οΈ Dependencies
8
9
+- **pyproject**: add jinja2 package to dev environment
10
11
## v0.0.18 (2024-12-10)
12
13
### πποΈ Fixes
β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
0 commit comments