Skip to content

Commit b8cd9f6

Browse files
committed
chore(release): dotprompt-rs 0.1.1
1 parent 0911cf9 commit b8cd9f6

File tree

4 files changed

+24
-3
lines changed

4 files changed

+24
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"dart/dotprompt": "0.0.1",
88
"bazel/rules_dart": "0.1.0",
99
"bazel/rules_flutter": "0.1.0",
10-
"rs": "0.1.0",
10+
"rs": "0.1.1",
1111
"packages/vscode": "0.0.1",
1212
"packages/vim": "0.1.0",
1313
"packages/emacs": "0.1.0",

rs/CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Changelog
2+
3+
## [0.1.1](https://github.com/google/dotprompt/compare/dotprompt-rs-0.1.0...dotprompt-rs-0.1.1) (2026-02-27)
4+
5+
6+
### Features
7+
8+
* cargo workspace configuration and bazel build files for hermetic environment ([#257](https://github.com/google/dotprompt/issues/257)) ([aef822e](https://github.com/google/dotprompt/commit/aef822ed484d256ba95a3544e132a9b33e0dc02d))
9+
* **promptly:** add lsp, fmt, and check implementations ([#438](https://github.com/google/dotprompt/issues/438)) ([27fd3d4](https://github.com/google/dotprompt/commit/27fd3d4c7aa96e09c46cb54546da1783be2f6a6e))
10+
* **rs:** initial rust implementation for dotprompt ([#390](https://github.com/google/dotprompt/issues/390)) ([173a7cb](https://github.com/google/dotprompt/commit/173a7cb46c10f47d6b8a21edd4572f5e7fa05cff))
11+
* **rs:** store implementation for rust and go ([#430](https://github.com/google/dotprompt/issues/430)) ([ea798c2](https://github.com/google/dotprompt/commit/ea798c216c55cedfa052e528f0e36c5ad01a9273))
12+
* use the HEAD version of addlicense ([#280](https://github.com/google/dotprompt/issues/280)) ([bdf0d36](https://github.com/google/dotprompt/commit/bdf0d36a430a363de4163f48394546cba884eaaf))
13+
14+
15+
### Bug Fixes
16+
17+
* add cycle detection to partial resolution across all runtimes ([#431](https://github.com/google/dotprompt/issues/431)) ([4e23d44](https://github.com/google/dotprompt/commit/4e23d44865415c13ab1a5b52c2930e32d26eac5d))
18+
* compile render issue ([#404](https://github.com/google/dotprompt/issues/404)) ([7152799](https://github.com/google/dotprompt/commit/71527994142de94f7897ce296d31581519e97fe8))
19+
* **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))
20+
* Ensure helper behavior parity across all runtimes ([#395](https://github.com/google/dotprompt/issues/395)) ([76de7ba](https://github.com/google/dotprompt/commit/76de7ba6065e07667dda5d3acb8b57ce36b48662))
21+
* **scripts:** do not allow running scripts as root; prevent accidental mishaps; update rust checks ([#259](https://github.com/google/dotprompt/issues/259)) ([5cc067d](https://github.com/google/dotprompt/commit/5cc067dc44eaacab2e2dfa387bc79aa3f23d62c8))

rs/dotprompt/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ license = "Apache-2.0"
2323
name = "dotprompt"
2424
readme = "README.md"
2525
repository = "https://github.com/google/dotprompt"
26-
version = "0.1.0"
26+
version = "0.1.1"
2727

2828
[dependencies]
2929
handlebars.workspace = true

rs/smoke/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ license = "Apache-2.0"
2424
name = "smoke"
2525
readme = "README.md"
2626
repository = "https://github.com/google/dotprompt"
27-
version = "0.1.0"
27+
version = "0.1.1"
2828

2929
[dependencies]
3030

0 commit comments

Comments
 (0)