v0.1.0
This commit is contained in:
parent
c9deee0aa7
commit
cd8a925cf6
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