v0.7.1
This commit is contained in:
parent
364876d8e9
commit
3997e2abc7
3 changed files with 11 additions and 2 deletions
|
@ -1,3 +1,12 @@
|
|||
## [0.7.1](https://github.com/fgrehm/vagrant-cachier/compare/v0.7.0...v0.7.1) (May 04, 2014)
|
||||
|
||||
BUG FIXES:
|
||||
|
||||
- Fix support for using multiple generic buckets [[GH-101]]
|
||||
|
||||
[GH-101]: https://github.com/fgrehm/vagrant-cachier/pull/101
|
||||
|
||||
|
||||
## [0.7.0](https://github.com/fgrehm/vagrant-cachier/compare/v0.6.0...v0.7.0) (Apr 06, 2014)
|
||||
|
||||
FEATURES:
|
||||
|
|
|
@ -36,7 +36,7 @@ GIT
|
|||
PATH
|
||||
remote: .
|
||||
specs:
|
||||
vagrant-cachier (0.7.0)
|
||||
vagrant-cachier (0.7.1)
|
||||
|
||||
GEM
|
||||
remote: https://rubygems.org/
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
module VagrantPlugins
|
||||
module Cachier
|
||||
VERSION = "0.7.0"
|
||||
VERSION = "0.7.1"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue