v0.7.7 - Fix crashing bug on 1.9.2 + Psych
This commit is contained in:
parent
f44df4944c
commit
8b8225f929
|
@ -1,3 +1,7 @@
|
|||
## 0.7.7 (July 12, 2011)
|
||||
|
||||
- Fix crashing bug with Psych and Ruby 1.9.2. [GH-411]
|
||||
|
||||
## 0.7.6 (July 2, 2011)
|
||||
|
||||
- Run Chef commands in a single command. [GH-390]
|
||||
|
|
|
@ -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.7.6"
|
||||
VERSION = "0.7.7"
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue