v0.8.5 - RubyGems bugs. Unbelievable.
This commit is contained in:
parent
e7f192ccc8
commit
fe072662fd
|
@ -1,6 +1,6 @@
|
||||||
## 0.8.4 (August 15, 2011)
|
## 0.8.5 (August 15, 2011)
|
||||||
|
|
||||||
Note: 0.8.3 was yanked due to RubyGems encoding issue.
|
Note: 0.8.3 and 0.8.4 was yanked due to RubyGems encoding issue.
|
||||||
|
|
||||||
- Fix SSH `exec!` to inherit proper `$PATH`. [GH-426]
|
- Fix SSH `exec!` to inherit proper `$PATH`. [GH-426]
|
||||||
- Chef client now accepts an empty (`nil`) run list again. [GH-429]
|
- Chef client now accepts an empty (`nil`) run list again. [GH-429]
|
||||||
|
|
|
@ -2,5 +2,5 @@ module Vagrant
|
||||||
# This will always be up to date with the current version of 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
|
# since it is used to generate the gemspec and is also the source of
|
||||||
# the version for `vagrant -v`
|
# the version for `vagrant -v`
|
||||||
VERSION = "0.8.4"
|
VERSION = "0.8.5"
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue