Skip to content

Commit 1a57af6

Browse files
committed
πŸ”– bump: version 0.0.18 β†’ 0.0.19
1 parent 70a5ea1 commit 1a57af6

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

β€ŽCHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -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+
111
## v0.0.18 (2024-12-10)
212

313
### πŸ›πŸš‘οΈ Fixes

β€Ž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.18"
6+
version = "0.0.19"
77
description = ""
88
readme = "README.md"
99
dependencies = [] # write here dependencies of your project

0 commit comments

Comments
Β (0)