Bump version for development and update changelog
This commit is contained in:
parent
34464037ce
commit
5184f47f7f
|
@ -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]
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue