This commit is contained in:
Fabio Rehm 2014-08-09 16:07:57 -03:00
parent 25b5fa0285
commit 25f5582e20
3 changed files with 11 additions and 3 deletions

View file

@ -1,7 +1,15 @@
## [0.8.0](https://github.com/fgrehm/vagrant-cachier/compare/v0.7.2...v0.8.0) (Jul 20, 2014) ## [0.9.0](https://github.com/fgrehm/vagrant-cachier/compare/v0.8.0...v0.9.0) (Aug 9, 2014)
**This is considered a release candidate for a 1.0 that will be cut within ~2 weeks if no major issues are reported** **This is considered a release candidate for a 1.0 that will be cut within ~2 weeks if no major issues are reported**
FEATURES:
- Suport for caching packages for Docker containers that doesn't have a base box specified [[GH-116]]
[GH-116]: https://github.com/fgrehm/vagrant-cachier/pull/116
## [0.8.0](https://github.com/fgrehm/vagrant-cachier/compare/v0.7.2...v0.8.0) (Jul 20, 2014)
BACKWARDS INCOMPATIBILITIES: BACKWARDS INCOMPATIBILITIES:
- Removed deprecated `config.enable_nfs` config. - Removed deprecated `config.enable_nfs` config.

View file

@ -31,7 +31,7 @@ GIT
PATH PATH
remote: . remote: .
specs: specs:
vagrant-cachier (0.8.0) vagrant-cachier (0.9.0)
GEM GEM
remote: https://rubygems.org/ remote: https://rubygems.org/

View file

@ -1,5 +1,5 @@
module VagrantPlugins module VagrantPlugins
module Cachier module Cachier
VERSION = "0.8.0" VERSION = "0.9.0"
end end
end end