mirror of
https://github.com/asdf-vm/asdf.git
synced 2024-11-15 01:28:17 -07:00
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:
commit
d3a66d78ee
10
CHANGELOG.md
10
CHANGELOG.md
@ -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
|
||||
|
||||
|
@ -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