Skip to content

Commit cdfd455

Browse files
committed
chore(main): release dotprompt-rs-0.1.1
1 parent 7ab2b6f commit cdfd455

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"dotpromptz-handlebars": "0.1.3",
55
"go": "0.2.0",
66
"java": "0.1.0",
7-
"rs": "0.1.0",
7+
"rs": "0.1.1",
88
"packages/vscode": "0.0.1",
99
"packages/vim": "0.1.0",
1010
"packages/emacs": "0.1.0",

rs/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Changelog
2+
3+
## [0.1.1](https://github.com/google/dotprompt/compare/dotprompt-rs-0.1.0...dotprompt-rs-0.1.1) (2026-01-29)
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+
* Ensure helper behavior parity across all runtimes ([#395](https://github.com/google/dotprompt/issues/395)) ([76de7ba](https://github.com/google/dotprompt/commit/76de7ba6065e07667dda5d3acb8b57ce36b48662))
20+
* **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/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)