v2.20.3 (2017-02-03)
Documentation
- Macros: adds a warning about changing values in Cargo.toml not triggering a rebuild automatically (112aea3e, closes #838)
Bug Fixes
- fixes a println->debugln typo (279aa62e)
- fixes bash completions for commands that have an underscore in the name (7f5cfa72, closes #581)
- fixes a bug where ZSH completions would panic if the binary name had an underscore in it (891a2a00, closes #581)
- allow final word to be wrapped in wrap_help (564c5f0f, closes #828)
- fixes a bug where global args weren't included in the generated completion scripts (9a1e006e, closes #841)
v2.20.2 (2017-02-03)
Bug Fixes
- fixes a critical bug where subcommand settings were being propogated too far (74648c94, closes #832)
Improvements
- adds ArgGroup::multiple to the supported YAML fields for building ArgGroups from YAML (d8590037, closes #840)
v2.20.1 (2017-01-31)
Bug Fixes
- allow final word to be wrapped in wrap_help (564c5f0f, closes #828)
- actually show character in debug output (84d8c547)
- include final character in line lenght (aff4ba18)
Improvements
- updates libc and term_size deps for the libc version conflict (6802ac4a)