Skip to content

brush v0.2.22

Choose a tag to compare

@reubeno reubeno released this 29 Aug 23:35
· 207 commits to main since this release
53c37df

🚀 Release Notes

This release contains a few focused changes and dependency upgrades.

Notable changes:

  • Added initial (optional) miette integration for improved error messages. (Thanks to @lu-zero for making this happen!)
  • Resolved some warnings and errors with the experimental Windows build of brush. (Thanks to @twz123 for identifying issues with the homedir crate!)
  • Excluded from history commands executed by bind bindings.

🗒️ Details

  • fix: exclude bind-bound commands from history by @reubeno in #650
  • build(deps): bump the cargo group with 4 updates by @dependabot[bot] in #654
  • build(deps): bump the github-actions group with 5 updates by @dependabot[bot] in #655
  • Add minimal miette support by @lu-zero in #648
  • fix(cmdline): improve error handling for unknown cmdline options by @reubeno in #656
  • docs: update readme by @reubeno in #657
  • build(deps): bump the github-actions group with 7 updates by @dependabot[bot] in #658
  • build(deps): bump the cargo group with 4 updates by @dependabot[bot] in #659
  • chore: additional clippy fixes by @reubeno in #661
  • chore: downgrade homedir by @reubeno in #662
  • chore: address warnings on windows targets by @reubeno in #663
  • build(deps): bump tracing-subscriber from 0.3.19 to 0.3.20 in the cargo group by @dependabot[bot] in #664
  • chore: prepare release by @reubeno in #665

Full Changelog: brush-shell-v0.2.21...brush-shell-v0.2.22