mirror of
https://github.com/asdf-vm/asdf.git
synced 2024-11-15 01:28:17 -07:00
Preparing for 0.6.3 release.
This commit is contained in:
parent
786fac791c
commit
74b8e56722
24
CHANGELOG.md
24
CHANGELOG.md
@ -1,13 +1,31 @@
|
||||
# Changelog
|
||||
|
||||
## 0.6.3-dev
|
||||
## 0.6.4-dev
|
||||
|
||||
## 0.6.3
|
||||
|
||||
Features
|
||||
|
||||
* Make `which` command work with any binary included in a plugin installation (#205, #382)
|
||||
* Add documentation for documentation website (#274, #396, #422, #423, #427, #430)
|
||||
|
||||
Fixed Bugs
|
||||
|
||||
* Silence errors during tab completion (#404)
|
||||
* Remove unused asdf shims directory from `PATH` (#408)
|
||||
* Fix issues with update command that prevented updates for installations in custom locations (#411)
|
||||
* Fix shellcheck warnings on OSX (#416)
|
||||
* Add tests for versions set by environment variables (#417, #327)
|
||||
* Continue `list` output even when version is not found (#419)
|
||||
* Fixed user paths for fish (#420, #421)
|
||||
* Custom exec path tests (#324, #424)
|
||||
|
||||
## 0.6.2
|
||||
|
||||
Fixed Bugs
|
||||
|
||||
Fix `system` logic so shims directory is removed from `PATH` properly (#402, #406)
|
||||
Support `.tool-versions` files that don't end in a newline (#403)
|
||||
* Fix `system` logic so shims directory is removed from `PATH` properly (#402, #406)
|
||||
* Support `.tool-versions` files that don't end in a newline (#403)
|
||||
|
||||
## 0.6.1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user