mirror of
https://github.com/asdf-vm/asdf.git
synced 2024-11-15 01:28:17 -07:00
Prepare for version v0.7.8
This commit is contained in:
parent
3c3f0e67f6
commit
f75ecc8769
11
CHANGELOG.md
11
CHANGELOG.md
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user