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

Commit

Permalink
v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fgrehm committed Aug 9, 2014
1 parent 25b5fa0 commit 25f5582
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ GIT
PATH
remote: .
specs:
vagrant-cachier (0.8.0)
vagrant-cachier (0.9.0)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion lib/vagrant-cachier/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module VagrantPlugins
module Cachier
VERSION = "0.8.0"
VERSION = "0.9.0"
end
end

0 comments on commit 25f5582

Please sign in to comment.