Skip to content

v2.10.0

Choose a tag to compare

@github-actions github-actions released this 06 Sep 21:44
· 79 commits to main since this release

What's Changed

  • fix(execution): set -e survives an A && B inside an if-condition by @LESdylan in #123
  • fix(core): BASH_SOURCE[0] names a script run as a file by @LESdylan in #124
  • fix(expander): process substitution runs in the forked child, not a re-exec by @LESdylan in #125
  • fix(builtins): read -d:/-N3, printf %(fmt)T, mapfile options, select, declare -f bodies by @LESdylan in #126
  • fix(expander): string operations count characters in a multibyte locale by @LESdylan in #127
  • test(born2root): the corpus as a submodule, parsing and running like bash in CI by @LESdylan in #128

Full Changelog: v2.9.1...v2.10.0