mirror of
https://github.com/asdf-vm/asdf.git
synced 2024-11-15 09:38:16 -07:00
Merge pull request #102 from Stratus3D/prepare-for-0.2.0
Prepare for 0.2.0 release
This commit is contained in:
commit
f88ed7c380
@ -2,11 +2,19 @@
|
||||
|
||||
##0.2.0-dev
|
||||
|
||||
##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
|
||||
|
@ -8,7 +8,7 @@ Supported languages include Ruby, Node.js, Elixir and more. Supporting a new lan
|
||||
Copy-paste the following into command line:
|
||||
|
||||
```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
|
||||
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user