Skip to content

Commit 7713c78

Browse files
committed
chore(release): prepare v0.1.16
1 parent 84786a1 commit 7713c78

File tree

3 files changed

+904
-188
lines changed

3 files changed

+904
-188
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,26 @@
22

33
## [Unreleased]
44

5+
## [0.1.16] - 2026-04-06
6+
7+
### Highlights
8+
9+
- **npm publish fix** — Stable releases now correctly tagged as `latest` on npm (was stuck at 0.1.10 since v0.1.11)
10+
- **OpenAI Responses API migration** — Examples updated from deprecated Chat Completions function calling to the new Responses API
11+
12+
### What's Changed
13+
14+
* fix(ci): pass --ref tag to publish workflow dispatches ([#1124](https://github.com/everruns/bashkit/pull/1124)) by @chaliy
15+
* fix(examples): migrate OpenAI examples to Responses API ([#1122](https://github.com/everruns/bashkit/pull/1122)) by @chaliy
16+
* fix(ci): commit Cargo.lock for reproducible builds ([#1123](https://github.com/everruns/bashkit/pull/1123)) by @chaliy
17+
* fix(ci): update python3-dll-a cargo-vet exemption to 0.2.15 ([#1121](https://github.com/everruns/bashkit/pull/1121)) by @chaliy
18+
* chore(deps): bump rand 0.8→0.10 and russh 0.52→0.60 by @dependabot[bot]
19+
* feat(fuzz): add awk_fuzz target for awk builtin ([#1112](https://github.com/everruns/bashkit/pull/1112)) by @chaliy
20+
* feat(fuzz): add jq_fuzz target for jq builtin ([#1111](https://github.com/everruns/bashkit/pull/1111)) by @chaliy
21+
* fix(interpreter): prevent byte range panic in ${#arr[idx]} with malformed input ([#1110](https://github.com/everruns/bashkit/pull/1110)) by @chaliy
22+
* fix(interpreter): Box::pin expand_word to prevent stack overflow in nested $() ([#1109](https://github.com/everruns/bashkit/pull/1109)) by @chaliy
23+
* fix(interpreter): add max_subst_depth limit to prevent OOM from nested $() ([#1107](https://github.com/everruns/bashkit/pull/1107)) by @chaliy
24+
525
## [0.1.15] - 2026-04-06
626

727
### Highlights

0 commit comments

Comments
 (0)