Skip to content

Commit b37bf46

Browse files
chore(main): release dotprompt-rs-0.1.0
1 parent 6a3130f commit b37bf46

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

.release-please-manifest.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
"js": "1.1.1",
33
"python/dotpromptz": "0.1.0",
44
"python/handlebarrz": "0.1.0",
5-
"go": "0.1.0"
5+
"go": "0.1.0",
6+
"rs": "0.1.0"
67
}

rs/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Changelog
2+
3+
## 0.1.0 (2025-05-19)
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+
* use the HEAD version of addlicense ([#280](https://github.com/google/dotprompt/issues/280)) ([bdf0d36](https://github.com/google/dotprompt/commit/bdf0d36a430a363de4163f48394546cba884eaaf))
10+
11+
12+
### Bug Fixes
13+
14+
* **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)