Skip to content

Commit 0c216b1

Browse files
committed
Readme and version update
2 parents ded0449 + 8dd3277 commit 0c216b1

File tree

2 files changed

+2
-12
lines changed

2 files changed

+2
-12
lines changed

README.md

+1-11
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[Vagrant](http://www.vagrantup.com) provider for VMware vCenter®
22
=============
33

4-
[Version 0.3.0](../../releases/tag/v0.3.0) has been released!
4+
[Version 0.3.1](../../releases/tag/v0.3.1) has been released!
55
-------------
66

77
Please note that this software is still Alpha/Beta quality and is not recommended for production usage.
@@ -10,16 +10,6 @@ We have a wide array of boxes available at [Vagrant Cloud](https://vagrantcloud.
1010

1111
This plugin supports the universal [```vmware_ovf``` box format](https://github.com/gosddc/packer-post-processor-vagrant-vmware-ovf/wiki/vmware_ovf-Box-Format), that is 100% portable between [vagrant-vcloud](https://github.com/frapposelli/vagrant-vcloud), [vagrant-vcenter](https://github.com/gosddc/vagrant-vcenter) and [vagrant-vcloudair](https://github.com/gosddc/vagrant-vcloudair), no more double boxes!.
1212

13-
Changes in [version 0.3.0](../../releases/tag/v0.3.0) include:
14-
15-
Fixes
16-
17-
- ```vmware_ovf``` support!
18-
- You can now specify network using the ```public_network``` notation of Vagrant.
19-
- Plugin is now operating in parallel, MOAR SPEED!
20-
- Create the VM folder if it doesn't exist.
21-
- Several bug fixes.
22-
2313
Install
2414
-------------
2515

lib/vagrant-vcenter/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module VagrantPlugins
22
# Set version for vagrant-vcenter gem.
33
module VCenter
4-
VERSION = '0.3.0'
4+
VERSION = '0.3.1'
55
end
66
end

0 commit comments

Comments
 (0)