This commit is contained in:
Fabio Rehm 2013-10-03 13:28:38 -03:00
parent c194b3a24a
commit b928aa8901
3 changed files with 11 additions and 3 deletions

View file

@ -1,5 +1,13 @@
## [0.6.2](https://github.com/fgrehm/vagrant-lxc/compare/v0.6.1...master) (unreleased)
## [0.6.2](https://github.com/fgrehm/vagrant-lxc/compare/v0.6.1...v0.6.2) (Oct 03, 2013)
IMPROVEMENTS:
- Cache the result of `lxc-attach --namespaces` parameter support checking to
avoid excessive logging.
BUG FIXES:
- Fix detection of `lxc-attach --namespaces` parameter support checking.
## [0.6.1](https://github.com/fgrehm/vagrant-lxc/compare/v0.6.0...v0.6.1) (Oct 03, 2013)

View file

@ -26,7 +26,7 @@ GIT
PATH
remote: .
specs:
vagrant-lxc (0.6.2.dev)
vagrant-lxc (0.6.2)
GEM
remote: https://rubygems.org/

View file

@ -1,5 +1,5 @@
module Vagrant
module LXC
VERSION = "0.6.2.dev"
VERSION = "0.6.2"
end
end