Skip to content

1.36.0

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Sep 22:36
· 69 commits to master since this release
66ccef7

Changed

  • Allow default values to use earlier recipe arguments (#2382 by casey)

Added

  • Add --one flag to forbid multiple recipes from being invoked on the command line (#2374 by casey)
  • Allow including arbitrary characters in strings with \u{…} (#2360 by laniakea64)
  • Print recipe doc string when--explain flag is passed (#2319 by neunenak)

Misc