Skip to content

yash-cli-3.0.0

Latest
Compare
Choose a tag to compare
@magicant magicant released this 23 Sep 13:05
· 13 commits to master since this release
yash-cli-3.0.0

[3.0.0] - 2025-09-23

This is the first stable release of yash-rs.

Added

  • The pipefail shell option is now supported.
    • When this option is enabled, the exit status of a pipeline reflects the
      failure of any command in the pipeline, not just the last command.

Changed

  • The special parameter ! is now considered unset if no asynchronous command
    has been executed.
  • The shell now displays a more informative error message when the function
    or [[ reserved word is used, indicating that these syntaxes are not yet
    supported.
  • The shell now displays a more informative error message when process
    redirections (>(...) or <(...)), pipe redirections (>>|), or
    here-strings (<<<) are used, indicating that these redirections are not yet
    supported.