v0.1.1
This commit is contained in:
parent
355185b4ce
commit
8eadd6bca3
3 changed files with 4 additions and 5 deletions
|
@ -1,12 +1,11 @@
|
||||||
## 0.1.1 (unreleased)
|
## [0.1.1](https://github.com/fgrehm/vagrant-cachier/compare/v0.1.0...v0.1.1) (July 10, 2013)
|
||||||
|
|
||||||
FEATURES:
|
FEATURES:
|
||||||
|
|
||||||
- Support enabling NFS for root cache folder. [GH-7]
|
- Support enabling NFS for root cache folder. [GH-7]
|
||||||
|
|
||||||
- Support RVM bucket
|
- Support RVM bucket
|
||||||
|
|
||||||
## 0.1.0 (June 9, 2013)
|
## [0.1.0](https://github.com/fgrehm/vagrant-cachier/compare/v0.0.6...v0.1.0) (June 9, 2013)
|
||||||
|
|
||||||
IMPROVEMENTS:
|
IMPROVEMENTS:
|
||||||
|
|
||||||
|
|
|
@ -20,7 +20,7 @@ GIT
|
||||||
PATH
|
PATH
|
||||||
remote: .
|
remote: .
|
||||||
specs:
|
specs:
|
||||||
vagrant-cachier (0.1.0)
|
vagrant-cachier (0.1.1)
|
||||||
|
|
||||||
GEM
|
GEM
|
||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
module VagrantPlugins
|
module VagrantPlugins
|
||||||
module Cachier
|
module Cachier
|
||||||
VERSION = "0.1.0"
|
VERSION = "0.1.1"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue