Skip to content

Commit

Permalink
Release 0.7.0, using boot2docker-vagrant-box 1.0.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
fnichol committed Jun 23, 2014
1 parent d058c05 commit 07edf5b
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 0.7.0 / 2014-06-23

### New features

* Upgrade to [boot2docker 1.0.1](https://github.com/boot2docker/boot2docker/releases/tag/v1.0.1). ([@fnichol][])


## 0.6.0 / 2014-06-11

### Bug fixes
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
NAME=dvm
VERSION=0.6.0
VERSION=0.7.0
AUTHOR=fnichol
URL=https://github.com/$(AUTHOR)/$(NAME)

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ brew cask install virtualbox --appdir=/Applications
Installation is supported for any Unixlike platform that Vagrant and VirtualBox/VMware support.

```sh
wget -O dvm-0.6.0.tar.gz https://github.com/fnichol/dvm/archive/v0.6.0.tar.gz
tar -xzvf dvm-0.6.0.tar.gz
cd dvm-0.6.0/
wget -O dvm-0.7.0.tar.gz https://github.com/fnichol/dvm/archive/v0.7.0.tar.gz
tar -xzvf dvm-0.7.0.tar.gz
cd dvm-0.7.0/
sudo make install
```

Expand Down
2 changes: 1 addition & 1 deletion bin/dvm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!//usr/bin/env bash
DVM_VERSION="0.6.1.dev"
DVM_VERSION="0.7.0"
set -e
[ -n "$DEBUG" ] && set -x

Expand Down

0 comments on commit 07edf5b

Please sign in to comment.