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:
|
IMPROVEMENTS:
|
||||||
|
|
||||||
|
|
|
@ -12,9 +12,9 @@
|
||||||
|
|
||||||
* When reporting a bug, please include **all** information that you can get
|
* When reporting a bug, please include **all** information that you can get
|
||||||
about your environment. Things like vagrant / vagrant-lxc / kernel / lxc /
|
about your environment. Things like vagrant / vagrant-lxc / kernel / lxc /
|
||||||
distro versions, a [gist](https://gist.github.com/) with the output of running
|
distro versions, the list of plugins you have installed, a [gist](https://gist.github.com/)
|
||||||
`VAGRANT_LOG=debug vagrant COMMAND`, the `Vagrantfile` you are using and / or
|
with the output of running `VAGRANT_LOG=debug vagrant COMMAND`, the `Vagrantfile`
|
||||||
base box URL are really useful when tracking down what's going on on your side
|
you are using and / or base box URL are really useful when tracking down what's
|
||||||
of the globe and will get bonus points :)
|
going on on your side of the globe and will get bonus points :)
|
||||||
|
|
||||||
Thanks!
|
Thanks!
|
||||||
|
|
|
@ -26,7 +26,7 @@ GIT
|
||||||
PATH
|
PATH
|
||||||
remote: .
|
remote: .
|
||||||
specs:
|
specs:
|
||||||
vagrant-lxc (0.6.1.dev)
|
vagrant-lxc (0.6.1)
|
||||||
|
|
||||||
GEM
|
GEM
|
||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
module Vagrant
|
module Vagrant
|
||||||
module LXC
|
module LXC
|
||||||
VERSION = "0.6.1.dev"
|
VERSION = "0.6.1"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Reference in a new issue