0.4.0
What's Changed
- New Manifest Structure: The manifest format has been updated to v2, with a new structure and features.
- Command Templates: Introduces the ability to define command templates that can be reused across multiple commands.
- Pre/Post Run Hooks: Adds pre_run and post_run options to commands, allowing for custom logic to be executed before and after a command's main logic.
- New docs: https://jaykv.github.io/cliffy
MRs
- Manifest v2 by @jaykv in #33
- Support Command templates + pre_run + post_run by @jaykv in #34
- setup docs by @jaykv in #35
Full Changelog: 0.3.8...0.4.0