Skip to content

Commit

Permalink
1.7.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
myronmarston committed Mar 2, 2011
1 parent 508efd0 commit 1467ebb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Expand Up @@ -2,7 +2,11 @@

## In git

[Full Changelog](http://github.com/myronmarston/vcr/compare/v1.6.0...master)
[Full Changelog](http://github.com/myronmarston/vcr/compare/v1.7.0...master)

## 1.7.0 (March 1, 2011)

[Full Changelog](http://github.com/myronmarston/vcr/compare/v1.6.0...v1.7.0)

* Use Psych for YAML serialization/deserialization when it is available.
Syck, Ruby's old YAML engine, will remove whitespace from some
Expand Down
2 changes: 1 addition & 1 deletion lib/vcr/version.rb
Expand Up @@ -3,7 +3,7 @@ module VCR

def version
@version ||= begin
string = '1.6.0'
string = '1.7.0'

def string.parts
split('.').map { |p| p.to_i }
Expand Down

0 comments on commit 1467ebb

Please sign in to comment.