From 4eb066a076a6de3c8c2e8f143324afb9b7a633dd Mon Sep 17 00:00:00 2001 From: Fabio Rehm Date: Thu, 12 Sep 2013 10:47:38 -0300 Subject: [PATCH] v0.6.0 --- CHANGELOG.md | 2 +- Gemfile.lock | 14 +++++++------- lib/vagrant-lxc/version.rb | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1472535..569c2b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## [0.5.1](https://github.com/fgrehm/vagrant-lxc/compare/v0.5.0...master) (unreleased) +## [0.6.0](https://github.com/fgrehm/vagrant-lxc/compare/v0.5.0...v0.6.0) (Sep 12, 2013) IMPROVEMENTS: diff --git a/Gemfile.lock b/Gemfile.lock index 18f7f17..fe4aee3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,8 +1,8 @@ GIT remote: git://github.com/fgrehm/vagrant-cachier.git - revision: 246ab523807199eded8599a6f93c9ff808aeb1fd + revision: 11defb0b290a34d069f3ec014fb30d4461aab04b specs: - vagrant-cachier (0.3.3.dev) + vagrant-cachier (0.3.3) GIT remote: git://github.com/fgrehm/vagrant-pristine.git @@ -25,7 +25,7 @@ GIT PATH remote: . specs: - vagrant-lxc (0.5.1.dev) + vagrant-lxc (0.6.0) GEM remote: https://rubygems.org/ @@ -50,11 +50,11 @@ GEM lumberjack (>= 1.0.2) pry (>= 0.9.10) thor (>= 0.14.6) - guard-rspec (3.0.2) + guard-rspec (3.0.3) guard (>= 1.8) rspec (~> 2.13) i18n (0.6.5) - listen (1.3.0) + listen (1.3.1) rb-fsevent (>= 0.9.3) rb-inotify (>= 0.9) rb-kqueue (>= 0.2) @@ -62,7 +62,7 @@ GEM lumberjack (1.0.4) method_source (0.8.2) mime-types (1.25) - multi_json (1.7.9) + multi_json (1.8.0) net-scp (1.1.2) net-ssh (>= 2.6.5) net-ssh (2.6.8) @@ -96,7 +96,7 @@ GEM simplecov-html (0.7.1) slop (3.4.6) thor (0.18.1) - vagrant-omnibus (1.1.0) + vagrant-omnibus (1.1.1) PLATFORMS ruby diff --git a/lib/vagrant-lxc/version.rb b/lib/vagrant-lxc/version.rb index ae48e13..a370c7f 100644 --- a/lib/vagrant-lxc/version.rb +++ b/lib/vagrant-lxc/version.rb @@ -1,5 +1,5 @@ module Vagrant module LXC - VERSION = "0.5.1.dev" + VERSION = "0.6.0" end end