mirror of
https://github.com/asdf-vm/asdf.git
synced 2024-11-15 01:28:17 -07:00
Add items to changelog in preparation for 0.3.0 release.
This commit is contained in:
parent
18c3970bf7
commit
dd83a70961
@ -1,11 +1,14 @@
|
||||
#Changelog
|
||||
|
||||
##0.2.1-dev
|
||||
##0.3.1-dev
|
||||
|
||||
##0.3.0
|
||||
|
||||
Fixed Bugs
|
||||
|
||||
* Set `GREP_OPTIONS` and `GREP_COLORS` variables in util.sh so grep is always invoked with the correct settings (#170)
|
||||
* Export `ASDF_DIR` variable so the Zsh plugin can locate asdf if it's in a custom location (#156)
|
||||
* Don't add execute permission to files in a plugin's bin directory when adding the plugin (#124, #138, #154)
|
||||
|
||||
##0.2.1
|
||||
|
||||
|
@ -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.2.1
|
||||
git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.3.0
|
||||
```
|
||||
|
||||
Depending on your OS, run the following
|
||||
|
Loading…
Reference in New Issue
Block a user