asdf/CHANGELOG.md

37 lines
826 B
Markdown
Raw Normal View History

#Changelog
2016-12-18 11:25:11 -07:00
##0.2.1-dev
2017-03-07 07:57:14 -07:00
Fixed Bugs
* Export `ASDF_DIR` variable so the Zsh plugin can locate asdf if it's in a custom location
2016-12-18 11:25:11 -07:00
##0.2.1
Features
* Determine global tool version even when used outside of home directory (#106)
2016-12-18 11:25:11 -07:00
Fixed Bugs
* Correct reading of `ref:` and `path:` versions (#112)
* Remove shims when uninstalling a version or removing a plugin (#122, #123, #125, #128, #131)
* Add a helpful error message to the install command (#135)
##0.2.0
Features
* Improve plugin API for legacy file support (#87)
* Unify `asdf local` and `asdf global` version getters as `asdf current` (#83)
* Rename `asdf which` to `asdf current` (#78)
Fixed Bugs
* Fix bug that caused the `local` command to crash when the directory contains whitespace (#90)
* Misc typo corrections (#93, #99)
##0.1.0
* First tagged release