Skip to content

Commit

Permalink
Release 0.6.0, using boot2docker-vagrant-box 1.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
fnichol committed Jun 11, 2014
1 parent 9552f6c commit 64d0e8a
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 6 deletions.
24 changes: 23 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## 0.6.0 / 2014-06-11

### Bug fixes

* Pull request [#41][]: Fix `DOCKER_ARGS` and various other shell-quoting bugs. ([@dlitz][])

### New features

* Upgrade to [boot2docker 1.0.0](https://github.com/boot2docker/boot2docker/releases/tag/v1.0.0) with new Docker IANA port (2375). ([@fnichol][], [@spheromak][])
* Add support for Parallels Desktop. ([@fnichol][])

### Improvements

* Disable local Docker forwarded port. ([@fnichol][])
* Pull request [#37][]: README updates. ([@eik3][])


## 0.5.1 / 2014-04-29

### Bug fixes
Expand Down Expand Up @@ -123,15 +140,20 @@ The initial release.
[#32]: https://github.com/fnichol/dvm/issues/32
[#33]: https://github.com/fnichol/dvm/issues/33
[#35]: https://github.com/fnichol/dvm/issues/35
[#37]: https://github.com/fnichol/dvm/issues/37
[#41]: https://github.com/fnichol/dvm/issues/41
[@adamleko]: https://github.com/adamleko
[@agoddard]: https://github.com/agoddard
[@dlitz]: https://github.com/dlitz
[@dougireton]: https://github.com/dougireton
[@eik3]: https://github.com/eik3
[@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
[@rubbish]: https://github.com/rubbish
[@spheromak]: https://github.com/spheromak
[@tlockney]: https://github.com/tlockney
[@yacn]: https://github.com/yacn
[@yacn]: https://github.com/yacn
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.5.1
VERSION=0.6.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.5.1.tar.gz https://github.com/fnichol/dvm/archive/v0.5.1.tar.gz
tar -xzvf dvm-0.5.1.tar.gz
cd dvm-0.5.1/
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/
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.5.2.dev"
DVM_VERSION="0.6.0"
set -e
[ -n "$DEBUG" ] && set -x

Expand Down

0 comments on commit 64d0e8a

Please sign in to comment.