v0.66.0
·
2 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
[0.66.0] - 2026-06-11
✨ Highlights
This release features a couple of nice improvements to the interpreter feature of Rattler-Build.
We now support the brush interpreter and have a consistent way of activating all interpreters
Added
- Add brush interpreter support by @baszalmstra in #2527
Changed
- Rattler-build binary detection by @Hofer-Julian in #2542
Fixed
- Honor io_concurrency_limit by @nehaljwani in #2525
- Useful error messages for typos in
interpreterby @baszalmstra in #2540
Refactor
- Align nushell interpreter with brush approach by @baszalmstra in #2533
- Streamline script interpreters through a native shell wrapper by @baszalmstra in #2535
New Contributors
- @nehaljwani made their first contribution in #2525