Prepare for 0.2.0 release

* Add everything that was merged for 0.2.0 to the changelog.
* Update install command in the readme with 0.2.0 tag.
This commit is contained in:
Trevor Brown 2016-10-22 14:55:58 -04:00
parent b0b30d0464
commit a58f48f01f
2 changed files with 9 additions and 1 deletions

View File

@ -2,11 +2,19 @@
##0.2.0-dev ##0.2.0-dev
##0.2.0
Features Features
* Improve plugin API for legacy file support (#87)
* Unify `asdf local` and `asdf global` version getters as `asdf current` (#83) * Unify `asdf local` and `asdf global` version getters as `asdf current` (#83)
* Rename `asdf which` to `asdf current` (#78) * 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 ##0.1.0
* First tagged release * First tagged release

View File

@ -8,7 +8,7 @@ Supported languages include Ruby, Node.js, Elixir and more. Supporting a new lan
Copy-paste the following into command line: Copy-paste the following into command line:
```bash ```bash
git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.1.0 git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.2.0
``` ```