Bump version for development and update changelog

This commit is contained in:
Mitchell Hashimoto 2010-07-31 11:28:55 -07:00
parent 34464037ce
commit 5184f47f7f
2 changed files with 6 additions and 2 deletions

View File

@ -1,4 +1,8 @@
## 0.5.1 (unreleased)
## 0.5.2 (unreleased)
## 0.5.1 (July 31, 2010)
- Allow specifying cookbook paths which exist only on the VM in `config.chef.cookbooks_path`.
This is used for specifying cookbook paths when `config.chef.recipe_url` is used. [GH-130]

View File

@ -2,5 +2,5 @@ module Vagrant
# This will always be up to date with the current version of Vagrant,
# since it is used to generate the gemspec and is also the source of
# the version for `vagrant -v`
VERSION = "0.5.1"
VERSION = "0.5.2.dev"
end