mirror of
https://github.com/asdf-vm/asdf.git
synced 2024-11-15 01:28:17 -07:00
Prepare changelog for 0.7.0 release
This commit is contained in:
parent
ba42343f92
commit
d6009d6909
17
CHANGELOG.md
17
CHANGELOG.md
@ -1,13 +1,16 @@
|
||||
# Changelog
|
||||
|
||||
## 0.6.4-dev
|
||||
## 0.7.1-dev
|
||||
|
||||
Fixed Bugs
|
||||
|
||||
## 0.7.0
|
||||
|
||||
Features
|
||||
|
||||
|
||||
* Shims can be invoked directly via `asdf exec <command> [args...]` without requiring to have all shims on path (#374).
|
||||
* New `asdf env <command>` can be used to print or execute with the env that would be used to execute a shim.
|
||||
* Configurable command hooks from `.asdfrc`
|
||||
* New `asdf env <command>` can be used to print or execute with the env that would be used to execute a shim. (#435)
|
||||
* Configurable command hooks from `.asdfrc` (#432, #434)
|
||||
Suppose a `foo` plugin is installed and provides a `bar` executable,
|
||||
The following hooks will be executed when set:
|
||||
|
||||
@ -37,12 +40,12 @@ Features
|
||||
* Shim exec recommends which plugins or versions to set when command is not found.
|
||||
* `asdf reshim` without arguments now reshims all installed plugins (#407)
|
||||
* Add `asdf shim-versions <executable>` to list on which plugins and versions is a command
|
||||
available. (#380)
|
||||
available. (#380, #433)
|
||||
* Add documentation on installing dependencies via Spack (#471)
|
||||
|
||||
Fixed Bugs
|
||||
|
||||
* Allow many plugins to provide shims with same executable name (#431)
|
||||
|
||||
* Fix `update` command so it doesn't crash when used on Brew installations (#429, #474, #439, #436)
|
||||
|
||||
## 0.6.3
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user