mirror of
https://github.com/asdf-vm/asdf.git
synced 2024-11-15 01:28:17 -07:00
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:
parent
b0b30d0464
commit
a58f48f01f
@ -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
|
||||||
|
@ -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
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user