Releases: clap-rs/clap
Releases · clap-rs/clap
v1.0.2
v1.0.1
v1.0.0
Almost 1.0!
IMPORTANT
Deprecated functions have been removed in this release in order to move towards a 1.0 release. If you were using deprecated functions please switch to the new version (see the deprecations sections of the README.md for details). All functionality remains, and moving away from deprecations should be as easy as a single Find->Replace
v1.0.0-beta (2015-06-30)
Features
- allows waiting for user input on error (d0da3bdd, closes #140)
- Help allows one to fully override the auto-generated help message (26d5ae3e, closes #141)
Documentation
- adds "whats new" section to readme (ff149a29)
Improvements
- removes deprecated functions in prep for 1.0 (274484df)