Skip to content

Commit dbb4a24

Browse files
authored
chore(release): dotpromptz-handlebars 0.1.8 (#489)
* chore(release): dotpromptz-handlebars 0.1.8 * chore: update Python lockfiles * chore: update Cargo.lock
1 parent e9d728b commit dbb4a24

File tree

7 files changed

+18
-6
lines changed

7 files changed

+18
-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.7",
4+
"python/handlebarrz": "0.1.8",
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: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [0.1.8](https://github.com/google/dotprompt/compare/dotpromptz-handlebars-0.1.7...dotpromptz-handlebars-0.1.8) (2026-01-30)
4+
5+
6+
### Bug Fixes
7+
8+
* **docs:** remove incorrect OpenSSF Best Practices badge ([#490](https://github.com/google/dotprompt/issues/490)) ([6cdabd7](https://github.com/google/dotprompt/commit/6cdabd7e4d09e5b71034d0bae183af4cfc94fe1d))
9+
10+
11+
### Documentation
12+
13+
* **dotpromptz-handlebars:** improve PyPI package description ([#487](https://github.com/google/dotprompt/issues/487)) ([b693e6c](https://github.com/google/dotprompt/commit/b693e6c52b19ba746b505c30a705419281e4d8ce))
14+
315
## [0.1.7](https://github.com/google/dotprompt/compare/dotpromptz-handlebars-0.1.6...dotpromptz-handlebars-0.1.7) (2026-01-30)
416

517

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.7"
28+
version = "0.1.8"
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.7"
38+
version = "0.1.8"
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.7"
23+
version = "0.1.8"
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)