Skip to content

1.46.0

Latest

Choose a tag to compare

@github-actions github-actions released this 02 Jan 06:55
· 15 commits to master since this release
f028de5

Fixed

  • Don't leak signal handler pipe into child processes (#3035 by rjmac)

Added

  • Allow long to default to to parameter name (#3041 by casey)
  • Allow const expressions in all settings (#3037 by casey)
  • Allow const expressions in working-directory (#3033 by casey)
  • Add --usage subcommand and argument help strings (#3031 by casey)
  • Add flags without values (#3029 by casey)
  • Allow passing arguments as short -x options (#3028 by casey)
  • Allow recipes to take --long options (#3026 by casey)

Misc