🎆 v1.0.0 🎆

This commit is contained in:
Fabio Rehm 2014-09-23 01:03:48 -03:00
parent 5fa6f0dd09
commit e76a18185c
3 changed files with 11 additions and 2 deletions

View file

@ -1,5 +1,14 @@
## [1.0.0](https://github.com/fgrehm/vagrant-lxc/compare/v1.0.0.alpha.3...v1.0.0) (Sep 23, 2014)
DEPRECATIONS:
- Support to **all Vagrant versions prior to 1.5 are deprecated**, there is a
[small layer](lib/vagrant-backports) that ensures compatibility with versions
starting with 1.1.5 that will be removed on a future release.
- Official base boxes that were made available from http://bit.ly are no longer
supported and were removed from @fgrehm's Dropbox, please upgrade your Vagrant
and vagrant-lxc installation and use a base box from [VagrantCloud](https://vagrantcloud.com/search?provider=lxc)
BACKWARDS INCOMPATIBILITIES:
- Remove plugin version from config file name generated by the `vagrant lxc sudoers`

View file

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

View file

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