What's Changed * Fix bug if using `hab env -` and `hab activate -` introduced by last release by MHendricks in https://github.com/blurstudio/hab/pull/100
`hab==0.39.0` is yanked, in favor of this release.
This version has been yanked from pypi due to a bug fixed in the 0.40.0 release. Use that instead.
What's Changed * Document hab environment variables in readme by MHendricks in https://github.com/blurstudio/hab/pull/98 * Improvements to cli plugin interface and support `python -m hab launch` by MHendricks in https://github.com/blurstudio/hab/pull/99 - Fix inability to use `python -m hab launch` - Fix issue where excepthook overrides only got called by the hab cli if already in verbose mode. - Allow a click command to disable the prompt feature of UriArgument. This improves the [hab_gui](https://github.com/blurstudio/hab-gui/pull/20) cli. - Add a custom exception class for invalid alias names
What's Changed * Add shared Resolver.instance classmethod by MHendricks in https://github.com/blurstudio/hab/pull/95 * Allow passing of a frozen hab string to UnfrozenConfig by MHendricks in https://github.com/blurstudio/hab/pull/96 * Add distro name and version information to each alias dict by MHendricks in https://github.com/blurstudio/hab/pull/97