Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"js": "1.1.1",
"python/dotpromptz": "0.1.4",
"python/handlebarrz": "0.1.3",
"python/handlebarrz": "0.1.4",
"go": "0.1.0",
"java": "0.1.0"
}
7 changes: 7 additions & 0 deletions python/handlebarrz/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.4](https://github.com/google/dotprompt/compare/handlebarrz-0.1.3...handlebarrz-0.1.4) (2025-12-29)


### Features

* **py:** switch to using ty for type checking ([#376](https://github.com/google/dotprompt/issues/376)) ([7f1c026](https://github.com/google/dotprompt/commit/7f1c0268e5de5a2d6d887ac590d110dea7d3ed07))

## [0.1.3](https://github.com/google/dotprompt/compare/handlebarrz-0.1.2...handlebarrz-0.1.3) (2025-12-12)


Expand Down
2 changes: 1 addition & 1 deletion python/handlebarrz/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ description = "Handlebars library for Python based on handlebars-rust."
name = "dotpromptz-handlebars"
readme = "README.md"
requires-python = ">=3.10"
version = "0.1.3"
version = "0.1.4"

[build-system]
build-backend = "maturin"
Expand Down
Loading