From dd83a7096105513653aad906d439a1ed06efe87e Mon Sep 17 00:00:00 2001 From: Trevor Brown Date: Wed, 8 Mar 2017 16:37:23 -0500 Subject: [PATCH] Add items to changelog in preparation for 0.3.0 release. --- CHANGELOG.md | 5 ++++- README.md | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ade16acc..9c9f16df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index 410846ca..a2bd1fce 100644 --- a/README.md +++ b/README.md @@ -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