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

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
fgrehm committed Oct 15, 2014

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 1ccdbbe commit 9f6b615
Showing 3 changed files with 17 additions and 4 deletions.
17 changes: 15 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,25 @@
## [1.1.0](https://github.com/fgrehm/vagrant-cachier/compare/v1.0.0...v1.1.0) (Oct 15, 2014)

FEATURES:

- [Bower bucket](http://fgrehm.viewdocs.io/vagrant-cachier/buckets/bower) [[GH-125]]

[GH-125]: https://github.com/fgrehm/vagrant-cachier/pull/125

IMPROVEMENTS:

- Resolve $HOME even if VM spits bogus new lines [[GH-122]] / [[GH-124]]

[GH-122]: https://github.com/fgrehm/vagrant-cachier/issues/122
[GH-124]: https://github.com/fgrehm/vagrant-cachier/pull/124

## [1.0.0](https://github.com/fgrehm/vagrant-cachier/compare/v0.9.0...v1.0.0) (Sep 22, 2014)

Public API is considered stable.


## [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]]
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -33,7 +33,7 @@ GIT
PATH
remote: .
specs:
vagrant-cachier (1.0.0)
vagrant-cachier (1.1.0)

GEM
remote: https://rubygems.org/
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 = "1.0.0"
VERSION = "1.1.0"
end
end

0 comments on commit 9f6b615

Please sign in to comment.