From e76a18185cb91deda8565f6298d1bc11cb9de306 Mon Sep 17 00:00:00 2001 From: Fabio Rehm Date: Tue, 23 Sep 2014 01:03:48 -0300 Subject: [PATCH] :fireworks: v1.0.0 :fireworks: --- CHANGELOG.md | 9 +++++++++ Gemfile.lock | 2 +- lib/vagrant-lxc/version.rb | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c6a72e0..c74bb7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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` diff --git a/Gemfile.lock b/Gemfile.lock index 7952de6..c5d1787 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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/ diff --git a/lib/vagrant-lxc/version.rb b/lib/vagrant-lxc/version.rb index 75fe82b..bc5b2e8 100644 --- a/lib/vagrant-lxc/version.rb +++ b/lib/vagrant-lxc/version.rb @@ -1,5 +1,5 @@ module Vagrant module LXC - VERSION = "1.0.0.alpha.3" + VERSION = "1.0.0" end end