Merge pull request #11 from patcon/11-new-release
New gem release: 0.0.7
This commit is contained in:
commit
533f9f091f
2 changed files with 13 additions and 2 deletions
13
CHANGELOG.md
13
CHANGELOG.md
|
@ -1 +1,12 @@
|
||||||
# 0.0.2 Initial release
|
## 0.1.1 (unreleased)
|
||||||
|
|
||||||
|
## 0.1.0 (June 9, 2013)
|
||||||
|
|
||||||
|
IMPROVEMENTS:
|
||||||
|
|
||||||
|
- Moves from `Vagrant` to recommended `VagrantPlugins` top-level
|
||||||
|
module namespace. [GH-9]
|
||||||
|
|
||||||
|
## 0.0.6 (May 22, 2013)
|
||||||
|
|
||||||
|
- Initial public release.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
module VagrantPlugins
|
module VagrantPlugins
|
||||||
module Cachier
|
module Cachier
|
||||||
VERSION = "0.0.6"
|
VERSION = "0.1.0"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue