Release v0.1.13
Highlights
- Community contribution from @achicu: fixed
findwith multiple paths silently discarding results when one path is missing (#781) - Python/Node binding parity — both bindings now expose the same API surface (#785)
- Live mount/unmount on running
Bashinstances for dynamic filesystem composition (#784)
What's Changed
- fix(examples): exit langchain example to prevent NAPI event loop hang (#786) by @chaliy
- feat(bindings): add Python/Node binding parity (#785) by @chaliy
- feat(fs): expose live mount/unmount on running Bash instance (#784) by @chaliy
- chore: add cargo-vet exemptions for jni-sys 0.3.1, 0.4.1 and jni-sys-macros 0.4.1 (#783) by @chaliy
- fix: find with multiple paths no longer discards results on missing path (#781) by @achicu
Full Changelog: v0.1.12...v0.1.13