Skip to content

Commit

Permalink
Merge pull request tfutils#57 from kamatama41/release-0.4.4
Browse files Browse the repository at this point in the history
Release 0.4.4
  • Loading branch information
kamatama41 authored Jul 14, 2017
2 parents a59cecc + 4c90ebc commit a04e039
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.4.4 (July 14, 2017)

* Immediately switch version after installation
* Add uninstall command

## 0.4.3 (April 12, 2017)

* Move temporary directory from /tmp to mktemp
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.4.3"
version="0.4.4"
git_revision=""

if cd "${BASH_SOURCE%/*}" 2>/dev/null && git remote -v 2>/dev/null | grep -q tfenv; then
Expand Down
5 changes: 2 additions & 3 deletions test/test_list.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,15 @@ source $(dirname $0)/helpers.sh \
echo "### List local versions"
cleanup || error_and_die "Cleanup failed?!"

for v in 0.6.16 0.7.0-rc4 0.7.2 0.7.13 0.8.0-beta2; do
for v in 0.6.16 0.7.2 0.7.13 0.10.0-beta2; do
tfenv install ${v} || error_and_proceed "Install of version ${v} failed"
done

result=$(tfenv list)
expected="$(cat << EOS
0.8.0-beta2
0.10.0-beta2
0.7.13
0.7.2
0.7.0-rc4
0.6.16
EOS
)"
Expand Down

0 comments on commit a04e039

Please sign in to comment.