v0.6.2
This commit is contained in:
parent
c194b3a24a
commit
b928aa8901
3 changed files with 11 additions and 3 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -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)
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@ GIT
|
|||
PATH
|
||||
remote: .
|
||||
specs:
|
||||
vagrant-lxc (0.6.2.dev)
|
||||
vagrant-lxc (0.6.2)
|
||||
|
||||
GEM
|
||||
remote: https://rubygems.org/
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
module Vagrant
|
||||
module LXC
|
||||
VERSION = "0.6.2.dev"
|
||||
VERSION = "0.6.2"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue