mirror of
https://github.com/vagrant-libvirt/vagrant-libvirt.git
synced 2025-02-25 18:55:27 -06:00
Bump version to 0.0.13
This commit is contained in:
parent
9ae5fab7a1
commit
e3b59e444a
@ -4,10 +4,10 @@ This is a [Vagrant](http://www.vagrantup.com) 1.3+ plugin that adds an
|
|||||||
[Libvirt](http://libvirt.org) provider to Vagrant, allowing Vagrant to
|
[Libvirt](http://libvirt.org) provider to Vagrant, allowing Vagrant to
|
||||||
control and provision machines via Libvirt toolkit.
|
control and provision machines via Libvirt toolkit.
|
||||||
|
|
||||||
**Note:** Actual version (0.0.11) is still a development one. Feedback is
|
**Note:** Actual version (0.0.13) is still a development one. Feedback is
|
||||||
welcome and can help a lot :-)
|
welcome and can help a lot :-)
|
||||||
|
|
||||||
## Features (Version 0.0.11)
|
## Features (Version 0.0.13)
|
||||||
|
|
||||||
* Controll local Libvirt hypervisors.
|
* Controll local Libvirt hypervisors.
|
||||||
* Vagrant `up`, `destroy`, `suspend`, `resume`, `halt`, `ssh`, `reload` and `provision` commands.
|
* Vagrant `up`, `destroy`, `suspend`, `resume`, `halt`, `ssh`, `reload` and `provision` commands.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
module VagrantPlugins
|
module VagrantPlugins
|
||||||
module ProviderLibvirt
|
module ProviderLibvirt
|
||||||
VERSION = '0.0.12'
|
VERSION = '0.0.13'
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user