Skip to content

Commit

Permalink
Release 0.3.0, running boot2docker 0.4.0!
Browse files Browse the repository at this point in the history
  • Loading branch information
fnichol committed Jan 16, 2014
1 parent 264fdd1 commit 7362748
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 6 deletions.
21 changes: 20 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## 0.3.0 / 2014-01-16

### New features

* Upgrade to [boot2docker 0.4.0](https://github.com/steeve/boot2docker/releases/tag/v0.4.0). ([@fnichol][])
* Issue [#5][]: Hombrew formula moved to a tap at [fnichol/hombrew-dvm](https://github.com/fnichol/homebrew-dvm). ([@jfoy][], [@fnichol][])

### Improvements

* Ensure that there is a sane DNS resolver on boot for docker daemon. ([@fnichol][])
* Use the host's resolver as a DNS proxy in NAT mode. ([@fnichol][])
* Pull request [#6][]: Add support for fish shell. ([@tlockney][])
* Pull request [#3][]: Update Mac/Docker documentation. ([@gianpaj][])


## 0.2.2 / 2014-01-06

### Bug fixes
Expand Down Expand Up @@ -36,6 +51,10 @@ The initial release.
<!--- The following link definition list is generated by PimpMyChangelog --->
[#2]: https://github.com/fnichol/dvm/issues/2
[#3]: https://github.com/fnichol/dvm/issues/3
[#5]: https://github.com/fnichol/dvm/issues/5
[#6]: https://github.com/fnichol/dvm/issues/6
[@fnichol]: https://github.com/fnichol
[@gianpaj]: https://github.com/gianpaj
[@hmarr]: https://github.com/hmarr
[@hmarr]: https://github.com/hmarr
[@jfoy]: https://github.com/jfoy
[@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.2.2
VERSION=0.3.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 @@ -39,9 +39,9 @@ p.s. No Vagrant or VirtualBox installed? Check out the [Requirements](#requireme
Installation is supported for any Unixlike platform that Vagrant and VirtualBox support.

```sh
wget -O dvm-0.2.2.tar.gz https://github.com/fnichol/dvm/archive/v0.2.2.tar.gz
tar -xzvf dvm-0.2.2.tar.gz
cd dvm-0.2.2/
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/
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.2.3.dev"
DVM_VERSION="0.3.0"
set -e
[ -n "$DEBUG" ] && set -x

Expand Down

0 comments on commit 7362748

Please sign in to comment.