- []github-release-notes() now raises an exception in [publish]{.title-ref} mode if the release doesn't exist instead of attempting to create it. Use [](github-release) to create the release first before calling []github-release-notes() - Fix a bug with dynamic task option lookup in flows
2.0.0alpha32
- Move logger configuration out of core and into CLI so other implementations can provide their own logger configurations - Added [retry_interval]{.title-ref} and [retry_interval_add]{.title-ref} options to [](install-beta) to introduce a progressive delay between retry attempts when the package is unavailable
2.0.0alpha30
- Bug fixes submitted by \ccarter: - [](uninstall-post) was failing to substitute namespaces - new util method [findRename]{.title-ref} to rename files with a token in their name - Bug fix with Unicode handling in run_tests_debug
2.0.0alpha29
- Require docutils to supprot rst2ansi
2.0.0alpha28
- Modified tasks and flows to properly re-raise exceptions
2.0.0alpha27
- [cci]{.title-ref} should now throw the direct exception rather than making it look like the exception came through click - [cci task doc]{.title-ref} command outputs RST format documentation of all tasks - New doc with info on all tasks: <http://cumulusci.readthedocs.io/en/latest/tasks.html>