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 https://github.com/jaykv/cliffy/pull/33
* Support Command templates + pre_run + post_run by jaykv in https://github.com/jaykv/cliffy/pull/34
* setup docs by jaykv in https://github.com/jaykv/cliffy/pull/35
**Full Changelog**: https://github.com/jaykv/cliffy/compare/0.3.8...0.4.0