Skip to content

Commit 1b80327

Browse files
committed
chore(main): release handlebarrz-0.1.3
1 parent ae3058f commit 1b80327

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"js": "1.1.1",
33
"python/dotpromptz": "0.1.3",
4-
"python/handlebarrz": "0.1.2",
4+
"python/handlebarrz": "0.1.3",
55
"go": "0.1.0"
66
}

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.3](https://github.com/google/dotprompt/compare/handlebarrz-0.1.2...handlebarrz-0.1.3) (2025-12-11)
4+
5+
6+
### Bug Fixes
7+
8+
* **py/handlebarrz:** remove redundant lock file ([#360](https://github.com/google/dotprompt/issues/360)) ([db5416a](https://github.com/google/dotprompt/commit/db5416a4f7ce508a3d684b7c56ea8a50f46ee65d))
9+
310
## [0.1.2](https://github.com/google/dotprompt/compare/handlebarrz-0.1.1...handlebarrz-0.1.2) (2025-11-13)
411

512

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 based on handlebars-rust."
3535
name = "dotpromptz-handlebars"
3636
readme = "README.md"
3737
requires-python = ">=3.10"
38-
version = "0.1.2"
38+
version = "0.1.3"
3939

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

0 commit comments

Comments
 (0)