This commit is contained in:
Fabio Rehm 2013-10-03 12:25:41 -03:00
parent ca0d8d53a5
commit 79aa4d8866
4 changed files with 7 additions and 7 deletions

View file

@ -1,4 +1,4 @@
## [0.6.1](https://github.com/fgrehm/vagrant-lxc/compare/v0.6.0...master) (unreleased)
## [0.6.1](https://github.com/fgrehm/vagrant-lxc/compare/v0.6.0...v0.6.1) (Oct 03, 2013)
IMPROVEMENTS:

View file

@ -12,9 +12,9 @@
* When reporting a bug, please include **all** information that you can get
about your environment. Things like vagrant / vagrant-lxc / kernel / lxc /
distro versions, a [gist](https://gist.github.com/) with the output of running
`VAGRANT_LOG=debug vagrant COMMAND`, the `Vagrantfile` you are using and / or
base box URL are really useful when tracking down what's going on on your side
of the globe and will get bonus points :)
distro versions, the list of plugins you have installed, a [gist](https://gist.github.com/)
with the output of running `VAGRANT_LOG=debug vagrant COMMAND`, the `Vagrantfile`
you are using and / or base box URL are really useful when tracking down what's
going on on your side of the globe and will get bonus points :)
Thanks!

View file

@ -26,7 +26,7 @@ GIT
PATH
remote: .
specs:
vagrant-lxc (0.6.1.dev)
vagrant-lxc (0.6.1)
GEM
remote: https://rubygems.org/

View file

@ -1,5 +1,5 @@
module Vagrant
module LXC
VERSION = "0.6.1.dev"
VERSION = "0.6.1"
end
end