v0.9.0
This commit is contained in:
parent
25b5fa0285
commit
25f5582e20
3 changed files with 11 additions and 3 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -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**
|
||||
|
||||
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:
|
||||
|
||||
- Removed deprecated `config.enable_nfs` config.
|
||||
|
|
|
@ -31,7 +31,7 @@ GIT
|
|||
PATH
|
||||
remote: .
|
||||
specs:
|
||||
vagrant-cachier (0.8.0)
|
||||
vagrant-cachier (0.9.0)
|
||||
|
||||
GEM
|
||||
remote: https://rubygems.org/
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
module VagrantPlugins
|
||||
module Cachier
|
||||
VERSION = "0.8.0"
|
||||
VERSION = "0.9.0"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue