Skip to content

Commit 09e41a1

Browse files
committed
chore(release): dotpromptz-handlebars 0.1.9
1 parent bb87a74 commit 09e41a1

File tree

5 files changed

+11
-4
lines changed

5 files changed

+11
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"js": "0.2.9",
33
"python/dotpromptz": "0.1.5",
4-
"python/handlebarrz": "0.1.8",
4+
"python/handlebarrz": "0.1.9",
55
"go": "0.2.0",
66
"java": "0.1.0",
77
"dart/dotprompt": "0.0.1",

python/handlebarrz/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.1.9](https://github.com/google/dotprompt/compare/dotpromptz-handlebars-0.1.8...dotpromptz-handlebars-0.1.9) (2026-02-25)
4+
5+
6+
### Bug Fixes
7+
8+
* add Apache-2.0 license metadata to all packages ([#528](https://github.com/google/dotprompt/issues/528)) ([c76c663](https://github.com/google/dotprompt/commit/c76c6639fb77b39ef5b45a1a8dbebacc4c9bd422))
9+
310
## [0.1.8](https://github.com/google/dotprompt/compare/dotpromptz-handlebars-0.1.7...dotpromptz-handlebars-0.1.8) (2026-01-30)
411

512

python/handlebarrz/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ keywords = ["handlebars", "template", "python"]
2525
license = "Apache-2.0"
2626
name = "handlebarrz"
2727
repository = "https://github.com/google/dotprompt"
28-
version = "0.1.8"
28+
version = "0.1.9"
2929

3030
[lib]
3131
crate-type = ["cdylib"]

python/handlebarrz/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ license = "Apache-2.0"
3737
name = "dotpromptz-handlebars"
3838
readme = "README.md"
3939
requires-python = ">=3.10"
40-
version = "0.1.8"
40+
version = "0.1.9"
4141

4242
[build-system]
4343
build-backend = "maturin"

python/handlebarrz/smoke_tests/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ license = "Apache-2.0"
2121
name = "handlebarrz-smoke-tests"
2222
readme = "README.md"
2323
requires-python = ">=3.10"
24-
version = "0.1.8"
24+
version = "0.1.9"
2525

2626
[[tool.uv.index]]
2727
url = "https://test.pypi.org/simple"

0 commit comments

Comments
 (0)