v1.0.0.alpha.3

This commit is contained in:
Fabio Rehm 2014-08-09 16:37:40 -03:00
parent 0a017e476d
commit 3f7c7ecabf
4 changed files with 5 additions and 5 deletions

View file

@ -1,4 +1,4 @@
## [1.0.0.alpha.3](https://github.com/fgrehm/vagrant-lxc/compare/v1.0.0.alpha.2...master) (unreleased) ## [1.0.0.alpha.3](https://github.com/fgrehm/vagrant-lxc/compare/v1.0.0.alpha.2...v1.0.0.alpha.3) (Aug 9, 2014)
IMPROVEMENTS: IMPROVEMENTS:

View file

@ -40,7 +40,7 @@ GIT
PATH PATH
remote: . remote: .
specs: specs:
vagrant-lxc (1.0.0.alpha.3.dev) vagrant-lxc (1.0.0.alpha.3)
GEM GEM
remote: https://rubygems.org/ remote: https://rubygems.org/

View file

@ -20,7 +20,7 @@ branch.
* Port forwarding via [`redir`](http://linux.die.net/man/1/redir) * Port forwarding via [`redir`](http://linux.die.net/man/1/redir)
As of now, it does not support public / private networks, but [private networks](https://github.com/fgrehm/vagrant-lxc/issues/120) As of now, it does not support public / private networks, but [private networks](https://github.com/fgrehm/vagrant-lxc/issues/120)
will be coming along _soon_. will be coming along with the final 1.0.0 release.
## Requirements ## Requirements
@ -49,7 +49,7 @@ disable checksum offloading as described on [this comment](https://github.com/fg
On Vagrant 1.5+: On Vagrant 1.5+:
``` ```
vagrant plugin install vagrant-lxc --plugin-version 1.0.0.alpha.2 vagrant plugin install vagrant-lxc --plugin-version 1.0.0.alpha.3
``` ```
On Vagrant < 1.5: On Vagrant < 1.5:

View file

@ -1,5 +1,5 @@
module Vagrant module Vagrant
module LXC module LXC
VERSION = "1.0.0.alpha.3.dev" VERSION = "1.0.0.alpha.3"
end end
end end