Skip to content

Commit c776525

Browse files
authored
chore(release): prepare v0.1.12 (#780)
## Summary - Bump version to 0.1.12 - Update CHANGELOG.md with 4 PRs since v0.1.11 ### What's Changed * feat(fs): restore SearchCapable/SearchProvider traits (#779) * refactor(builtins): adopt read_text_file helper across 17 builtins (#778) * chore(skills): move repo skills under .agents (#777) * refactor(builtins): share lossy text file reads (#775) ## Test plan - [x] `cargo fmt --check` passes - [x] `cargo clippy --all-targets --all-features -- -D warnings` passes - [x] `cargo test --all-features` passes - [ ] CI green on PR - [ ] Merge triggers release.yml to create GitHub Release v0.1.12
1 parent 46ba5bb commit c776525

File tree

5 files changed

+21
-5
lines changed

5 files changed

+21
-5
lines changed

CHANGELOG.md

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

33
## [Unreleased]
44

5+
## [0.1.12] - 2026-03-21
6+
7+
### Highlights
8+
9+
- **Restored SearchCapable/SearchProvider traits** for indexed filesystem search
10+
- **Improved text file handling** across 17 builtins with shared lossy read helpers
11+
12+
### What's Changed
13+
14+
* feat(fs): restore SearchCapable/SearchProvider traits ([#779](https://github.com/everruns/bashkit/pull/779))
15+
* refactor(builtins): adopt read_text_file helper across 17 builtins ([#778](https://github.com/everruns/bashkit/pull/778))
16+
* chore(skills): move repo skills under .agents ([#777](https://github.com/everruns/bashkit/pull/777))
17+
* refactor(builtins): share lossy text file reads ([#775](https://github.com/everruns/bashkit/pull/775))
18+
19+
**Full Changelog**: https://github.com/everruns/bashkit/compare/v0.1.11...v0.1.12
20+
521
## [0.1.11] - 2026-03-20
622

723
### Highlights

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ resolver = "2"
77
members = ["crates/*"]
88

99
[workspace.package]
10-
version = "0.1.11"
10+
version = "0.1.12"
1111
edition = "2024"
1212
license = "MIT"
1313
authors = ["Everruns"]

crates/bashkit-js/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/bashkit-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@everruns/bashkit",
3-
"version": "0.1.11",
3+
"version": "0.1.12",
44
"description": "Sandboxed bash interpreter for JavaScript/TypeScript",
55
"main": "wrapper.js",
66
"browser": "bashkit.wasi-browser.js",

supply-chain/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1051,7 +1051,7 @@ version = "0.1.1"
10511051
criteria = "safe-to-deploy"
10521052

10531053
[[exemptions.rustls-webpki]]
1054-
version = "0.103.9"
1054+
version = "0.103.10"
10551055
criteria = "safe-to-deploy"
10561056

10571057
[[exemptions.rustversion]]

0 commit comments

Comments
 (0)