Skip to content

Commit

Permalink
Merge pull request #77 from kamatama41/release-v0.6.0
Browse files Browse the repository at this point in the history
Release v0.6.0
  • Loading branch information
kamatama41 authored Oct 31, 2017
2 parents c859abc + d2aae3d commit eed3b67
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 0.6.0 (November 1, 2017)

* Support msys2 bash.exe #75
* Version from sources #73
* run tfenv as a neighbour with full path (to keep vscode and whoever doesn't respect %path, happy) #72
* Add current version in list command #69
* Version file #67
* [DOC] Add link to puppet module for automatic tfenv installation #64

## 0.5.2 (July 23, 2017)

* Switch TLS option for curl depending on the version of macOS
Expand Down
2 changes: 1 addition & 1 deletion libexec/tfenv---version
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
set -e
[ -n "${TFENV_DEBUG}" ] && set -x

version="0.5.2"
version="0.6.0"
git_revision=""

if cd "${BASH_SOURCE%/*}" 2>/dev/null && git remote -v 2>/dev/null | grep -q tfenv; then
Expand Down

0 comments on commit eed3b67

Please sign in to comment.