Skip to content

Commit

Permalink
Release 0.4.0, running boot2docker 0.5.4 and VMware support!
Browse files Browse the repository at this point in the history
  • Loading branch information
fnichol committed Feb 13, 2014
1 parent d73d48f commit bdf7b41
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 4 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## 0.4.0 / 2014-02-13

### New features

* Upgrade to [boot2docker 0.5.4](https://github.com/steeve/boot2docker/releases/tag/v0.5.4). ([@fnichol][])
* Support VirtualBox and VMware Fusion/Workstation, thanks to [@mitchellh][] upstream. ([@fnichol][])

### Improvements

* Pull request [#17][]: Install Vagrant and VirtualBox with homebrew-cask. ([@hiremaga][])
* Pull request [#11][]: Spelling updates in README. ([@agoddard][])
* Update inlined plugin code to not collide with Vagrant 1.5.0 support. ([@fnichol][])


## 0.3.0 / 2014-01-16

### New features
Expand Down Expand Up @@ -53,8 +67,13 @@ The initial release.
[#3]: https://github.com/fnichol/dvm/issues/3
[#5]: https://github.com/fnichol/dvm/issues/5
[#6]: https://github.com/fnichol/dvm/issues/6
[#11]: https://github.com/fnichol/dvm/issues/11
[#17]: https://github.com/fnichol/dvm/issues/17
[@agoddard]: https://github.com/agoddard
[@fnichol]: https://github.com/fnichol
[@gianpaj]: https://github.com/gianpaj
[@hiremaga]: https://github.com/hiremaga
[@hmarr]: https://github.com/hmarr
[@jfoy]: https://github.com/jfoy
[@mitchellh]: https://github.com/mitchellh
[@tlockney]: https://github.com/tlockney
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.3.0
VERSION=0.4.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 @@ -45,9 +45,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.3.0.tar.gz https://github.com/fnichol/dvm/archive/v0.3.0.tar.gz
tar -xzvf dvm-0.3.0.tar.gz
cd dvm-0.3.0/
wget -O dvm-0.4.0.tar.gz https://github.com/fnichol/dvm/archive/v0.4.0.tar.gz
tar -xzvf dvm-0.4.0.tar.gz
cd dvm-0.4.0/
sudo make install
```

Expand Down

0 comments on commit bdf7b41

Please sign in to comment.