·
13 commits
to master
since this release
[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.
- When this option is enabled, the exit status of a pipeline reflects the
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.