-----
- Added: log messages when a task starts and ends, using info level
- Added: ``yaz.version`` containing the current version string
`[3] <https://github.com/yaz/yaz/issues/3>`_
- Changed: when no task is found to execute, exit with 1 (failure) instead of 0 (success)
- Fixed: arguments with underscores are now printed correctly in the generated
``--help`` output
`[7] <https://github.com/yaz/yaz/issues/7>`_
- Fixed: boolean and integer task return types should not be printed
`[8] <https://github.com/yaz/yaz/issues/8>`_