Prepare for version v0.7.8

This commit is contained in:
Trevor Brown 2020-03-23 09:36:13 -04:00
parent 3c3f0e67f6
commit f75ecc8769

View File

@ -1,11 +1,12 @@
# Changelog
## 0.7.8-dev
## 0.7.9-dev
## 0.7.8
Features
* Add support for `post-plugin-add` and `pre-plugin-remove` in plugins (#670)
* Add configurable command hooks for plugin installation and removal (#670)
* Add support for `post-plugin-add` and `pre-plugin-remove` in plugins. Add configurable command hooks for plugin installation and removal (#670, #683)
```shell
pre_asdf_plugin_remove = echo will remove plugin ${1}
@ -14,6 +15,8 @@ Features
post_asdf_plugin_remove_foo = echo removed plugin foo
```
* Use different exit code if updates are disabled (#676)
Fixed Bugs
* Make sure extension commands are properly displayed by `asdf help`
@ -25,6 +28,8 @@ Fixed Bugs
Added tests to make sure `asdf help` properly displays available extension commands.
* Remove automatic `compinit` from asdf.sh (#674, #678)
## 0.7.7
Features