v0.6.1
This commit is contained in:
parent
ca0d8d53a5
commit
79aa4d8866
4 changed files with 7 additions and 7 deletions
|
@ -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:
|
||||
|
||||
|
|
|
@ -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!
|
||||
|
|
|
@ -26,7 +26,7 @@ GIT
|
|||
PATH
|
||||
remote: .
|
||||
specs:
|
||||
vagrant-lxc (0.6.1.dev)
|
||||
vagrant-lxc (0.6.1)
|
||||
|
||||
GEM
|
||||
remote: https://rubygems.org/
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
module Vagrant
|
||||
module LXC
|
||||
VERSION = "0.6.1.dev"
|
||||
VERSION = "0.6.1"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue