Skip to content
This repository has been archived by the owner on Nov 24, 2022. It is now read-only.

Commit

Permalink
v0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
fgrehm committed Oct 12, 2013
1 parent 86be628 commit a9d7dff
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
@@ -1,9 +1,13 @@
## [0.6.3](https://github.com/fgrehm/vagrant-lxc/compare/v0.6.2...master) (unreleased)
## [0.6.3](https://github.com/fgrehm/vagrant-lxc/compare/v0.6.2...v0.6.3) (Oct 12, 2013)

IMPROVEMENTS:

- Respect Vagrantfile option to disable synced folders [#147](https://github.com/fgrehm/vagrant-lxc/issues/147)

BUG FIXES:

- Fix error raised when fetching container's IP with the sudo wrapper disabled [#157](https://github.com/fgrehm/vagrant-lxc/issues/157)

## [0.6.2](https://github.com/fgrehm/vagrant-lxc/compare/v0.6.1...v0.6.2) (Oct 03, 2013)

IMPROVEMENTS:
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Expand Up @@ -26,7 +26,7 @@ GIT
PATH
remote: .
specs:
vagrant-lxc (0.6.3.dev)
vagrant-lxc (0.6.3)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion lib/vagrant-lxc/version.rb
@@ -1,5 +1,5 @@
module Vagrant
module LXC
VERSION = "0.6.3.dev"
VERSION = "0.6.3"
end
end

0 comments on commit a9d7dff

Please sign in to comment.