Skip to content

Commit 0cec924

Browse files
authored
chore(release): dotpromptz-handlebars 0.1.7 (#484)
* chore(release): dotpromptz-handlebars 0.1.7 * chore: update Python lockfiles * chore: update Cargo.lock
1 parent 3ae17e4 commit 0cec924

File tree

7 files changed

+13
-6
lines changed

7 files changed

+13
-6
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.4",
4-
"python/handlebarrz": "0.1.6",
4+
"python/handlebarrz": "0.1.7",
55
"go": "0.2.0",
66
"java": "0.1.0",
77
"rs": "0.1.0",

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.7](https://github.com/google/dotprompt/compare/dotpromptz-handlebars-0.1.6...dotpromptz-handlebars-0.1.7) (2026-01-30)
4+
5+
6+
### Bug Fixes
7+
8+
* **ci:** auto-update lockfiles and label release PRs ([#483](https://github.com/google/dotprompt/issues/483)) ([3ae17e4](https://github.com/google/dotprompt/commit/3ae17e44b9acbd4efe5aab53b30a5c81694cbe4e))
9+
310
## [0.1.6](https://github.com/google/dotprompt/compare/dotpromptz-handlebars-0.1.5...dotpromptz-handlebars-0.1.6) (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.6"
28+
version = "0.1.7"
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
@@ -35,7 +35,7 @@ description = "Handlebars library for Python dotpromptz based on handlebars-rust
3535
name = "dotpromptz-handlebars"
3636
readme = "README.md"
3737
requires-python = ">=3.10"
38-
version = "0.1.6"
38+
version = "0.1.7"
3939

4040
[build-system]
4141
build-backend = "maturin"

python/handlebarrz/smoke_tests/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dependencies = ["dotpromptz-handlebars>=0.1.3"]
2020
name = "handlebarrz-smoke-tests"
2121
readme = "README.md"
2222
requires-python = ">=3.10"
23-
version = "0.1.6"
23+
version = "0.1.7"
2424

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

python/uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)