Skip to content

Commit d892ce2

Browse files
authored
chore(release): dotpromptz-handlebars 0.1.6 (#482)
* chore(release): dotpromptz-handlebars 0.1.6 * chore: update Cargo.lock * chore: update Python lockfiles
1 parent 7130b4c commit d892ce2

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.5",
4+
"python/handlebarrz": "0.1.6",
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.6](https://github.com/google/dotprompt/compare/dotpromptz-handlebars-0.1.5...dotpromptz-handlebars-0.1.6) (2026-01-30)
4+
5+
6+
### Bug Fixes
7+
8+
* **handlebarrz:** add toggleable platform flags and Unicode tests ([#481](https://github.com/google/dotprompt/issues/481)) ([7130b4c](https://github.com/google/dotprompt/commit/7130b4ce172bf70513d55417f6bcc309511d83f0))
9+
310
## [0.1.5](https://github.com/google/dotprompt/compare/dotpromptz-handlebars-0.1.4...dotpromptz-handlebars-0.1.5) (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.5"
28+
version = "0.1.6"
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.5"
38+
version = "0.1.6"
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.5"
23+
version = "0.1.6"
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)