Skip to content

Commit 66abde6

Browse files
committed
chore(main): release dotprompt-rs-0.1.1
1 parent 1bf4a8e commit 66abde6

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
"python/handlebarrz": "0.1.2",
55
"go": "0.2.0",
66
"java": "0.1.0",
7-
"rs": "0.1.0"
7+
"rs": "0.1.1"
88
}

rs/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Changelog
2+
3+
## [0.1.1](https://github.com/google/dotprompt/compare/dotprompt-rs-v0.1.0...dotprompt-rs-0.1.1) (2026-01-22)
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+
* **rs:** initial rust implementation for dotprompt ([#390](https://github.com/google/dotprompt/issues/390)) ([173a7cb](https://github.com/google/dotprompt/commit/173a7cb46c10f47d6b8a21edd4572f5e7fa05cff))
10+
* use the HEAD version of addlicense ([#280](https://github.com/google/dotprompt/issues/280)) ([bdf0d36](https://github.com/google/dotprompt/commit/bdf0d36a430a363de4163f48394546cba884eaaf))
11+
12+
13+
### Bug Fixes
14+
15+
* Ensure helper behavior parity across all runtimes ([#395](https://github.com/google/dotprompt/issues/395)) ([76de7ba](https://github.com/google/dotprompt/commit/76de7ba6065e07667dda5d3acb8b57ce36b48662))
16+
* **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))

0 commit comments

Comments
 (0)