This commit is contained in:
Patrick Connolly 2013-06-09 22:25:31 -04:00
parent c9deee0aa7
commit cd8a925cf6
2 changed files with 13 additions and 2 deletions

View file

@ -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.

View file

@ -1,5 +1,5 @@
module VagrantPlugins module VagrantPlugins
module Cachier module Cachier
VERSION = "0.0.6" VERSION = "0.1.0"
end end
end end