Skip to content

brush v0.2.17

Choose a tag to compare

@reubeno reubeno released this 24 Apr 18:46
· 377 commits to main since this release
5a792e9

Release Notes

This release brings:

  • Targeted ergonomics improvements for users of brush_core::Shell
  • Minor completion improvements for syntactically complex command-lines
  • Build and test support for -musl variants of brush
  • Early experimental build-only support for building for wasm32-unknown-unknown

And a big shout-out to our new contributors! Please keep reading for more details.

What's Changed

  • build(deps): bump the cargo group with 3 updates by @dependabot in #426
  • chore: get building for wasm32-unknown-unknown by @reubeno in #425
  • fix: honor COMP_WORDBREAKS in completion tokenization by @reubeno in #407
  • build(deps): bump the cargo group with 2 updates by @dependabot in #427
  • ci: build musl variant + reenable aarch64 tests by @reubeno in #428
  • build(deps): bump rand from 0.9.0 to 0.9.1 in the cargo group by @dependabot in #431
  • test: implement --skip in brush-compat-tests harness by @reubeno in #432
  • docs: Add instructions for installing from the AUR by @orhun in #433
  • fix: handle complete builtin run without options by @reubeno in #435
  • chore(Shell): use relaxed typing for string input by @Elsie19 in #437
  • feat(Shell): add get_env_var method for more generic variable returns by @Elsie19 in #438
  • build: add workflow for publishing release binaries to GH by @reubeno in #440
  • chore: prepare release by @reubeno in #441

New Contributors

Full Changelog: brush-shell-v0.2.16...brush-shell-v0.2.17