v0.7.7 - Fix crashing bug on 1.9.2 + Psych

This commit is contained in:
Mitchell Hashimoto 2011-07-12 22:07:34 -07:00
parent f44df4944c
commit 8b8225f929
2 changed files with 5 additions and 1 deletions

View File

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

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.7.6"
VERSION = "0.7.7"
end