Merge pull request #173 from asdf-vm/prepare-for-0.3.0

Add items to changelog in preparation for 0.3.0 release.
This commit is contained in:
Trevor Brown 2017-04-01 08:43:33 -04:00 committed by GitHub
commit d3a66d78ee
2 changed files with 10 additions and 2 deletions

View File

@ -1,11 +1,19 @@
#Changelog
##0.2.1-dev
##0.3.1-dev
##0.3.0
Features
* Add `update` command to make it easier to update asdf to the latest release (#172, #180)
* Add support for `system` version to allow passthrough to system installed tools (#55, #182)
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

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:
```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