Commit ce7764a
authored
chore(release): prepare v0.1.16 (#1125)
## Summary
- Bump workspace version to 0.1.16
- Update CHANGELOG.md with changes since v0.1.15
- Update Cargo.lock (includes transitive deps from russh 0.52→0.60 bump)
### Highlights
- **npm publish fix** — Stable releases now correctly tagged as `latest`
on npm (was stuck at 0.1.10 since v0.1.11)
- **OpenAI Responses API migration** — Examples updated from deprecated
Chat Completions function calling to the new Responses API
## Test plan
- [ ] CI green
- [ ] After merge, verify release.yml creates GitHub Release and
triggers publish workflows with `--ref v0.1.16`
- [ ] Verify `npm dist-tags ls @everruns/bashkit` shows `latest: 0.1.16`1 parent 84786a1 commit ce7764a
File tree
5 files changed
+907
-191
lines changed- crates/bashkit-js
5 files changed
+907
-191
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
5 | 25 | | |
6 | 26 | | |
7 | 27 | | |
| |||
0 commit comments