Skip to content

brush v0.2.12

Compare
Choose a tag to compare
@reubeno reubeno released this 03 Nov 23:45
· 52 commits to main since this release
3ed06fe

What's Changed

  • build(deps): bump the cargo group with 2 updates by @dependabot in #220
  • feat: implement support for ;;& and ;& in case items by @reubeno in #223
  • fix: allow usually-operator chars in regex parens by @reubeno in #224
  • fix: assorted correctness issues in getopts builtin by @reubeno in #225
  • fix: assorted completion-related issues by @reubeno in #226
  • fix: string replacement with slashes by @reubeno in #231
  • fix: correct pattern removal expansions on arrays by @reubeno in #232
  • fix(completion): fix -- handling in getopts by @reubeno in #235
  • fix: omit dirs from executable searches by @reubeno in #236
  • fix(completion): correct behavior of slice past end of array by @reubeno in #237
  • test: run completion tests using bash-completion 2.14.0 by @reubeno in #238
  • fix: handle PS2 prompts that require prompt-expansion by @reubeno in #239
  • test: add os-targeted integration tests by @reubeno in #241
  • feat: implement |& extension by @39555 in #240
  • feat: implement kill -l by @39555 in #221
  • chore: upgrade crate dependencies by @reubeno in #247
  • build: run lychee to check intra-repo links in action by @reubeno in #248
  • build: run cargo udeps in checks by @reubeno in #246
  • docs: generate usage docs in actions via xtask by @reubeno in #249
  • feat: implement |& for function declarations by @39555 in #244
  • fix: support here documents in command substitutions by @reubeno in #255
  • chore: prepare release by @reubeno in #256

Full Changelog: brush-shell-v0.2.11...brush-shell-v0.2.12