Skip to content

Commit ca5b0cf

Browse files
committed
chore(release): dotpromptz 0.1.6
1 parent 0911cf9 commit ca5b0cf

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
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": "0.2.9",
3-
"python/dotpromptz": "0.1.5",
3+
"python/dotpromptz": "0.1.6",
44
"python/handlebarrz": "0.1.8",
55
"go": "0.2.0",
66
"java": "0.1.0",

python/dotpromptz/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [0.1.6](https://github.com/google/dotprompt/compare/dotpromptz-0.1.5...dotpromptz-0.1.6) (2026-02-27)
4+
5+
6+
### Features
7+
8+
* **python:** add output schema validation and JSON Schema to Picoschema reverse conversion ([#540](https://github.com/google/dotprompt/issues/540)) ([5c0ea0a](https://github.com/google/dotprompt/commit/5c0ea0a3545d89165b2bbf4c422059ef35df07bb))
9+
10+
11+
### Bug Fixes
12+
13+
* add Apache-2.0 license metadata to all packages ([#528](https://github.com/google/dotprompt/issues/528)) ([c76c663](https://github.com/google/dotprompt/commit/c76c6639fb77b39ef5b45a1a8dbebacc4c9bd422))
14+
* **docs:** update deprecated model references to Gemini 2.5/3 ([#541](https://github.com/google/dotprompt/issues/541)) ([fce691c](https://github.com/google/dotprompt/commit/fce691c831abddfcfc8bcdeee79d564c141298d0))
15+
316
## [0.1.5](https://github.com/google/dotprompt/compare/dotpromptz-0.1.4...dotpromptz-0.1.5) (2026-01-30)
417

518

python/dotpromptz/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ license = "Apache-2.0"
5050
name = "dotpromptz"
5151
readme = "README.md"
5252
requires-python = ">=3.10"
53-
version = "0.1.5"
53+
version = "0.1.6"
5454

5555
[build-system]
5656
build-backend = "hatchling.build"

python/dotpromptz/tests/smoke/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ license = "Apache-2.0"
4141
name = "smoke"
4242
readme = "README.md"
4343
requires-python = ">=3.10"
44-
version = "0.1.5"
44+
version = "0.1.6"
4545

4646
[tool.pytest]
4747
python_files = ["**/*_test.py"]

0 commit comments

Comments
 (0)