Skip to content

Commit

Permalink
1.11.3 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
myronmarston committed Sep 1, 2011
1 parent 8545f21 commit 0544db9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
@@ -1,6 +1,13 @@
## In git ## In git


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

## 1.11.3 (August 31, 2011)

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

* Fix cassette serialization so that it does not include extra `ignored`
instance variable.


## 1.11.2 (August 28, 2011) ## 1.11.2 (August 28, 2011)


Expand Down
2 changes: 1 addition & 1 deletion lib/vcr/version.rb
Expand Up @@ -3,7 +3,7 @@ module VCR


def version def version
@version ||= begin @version ||= begin
string = '1.11.2' string = '1.11.3'


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

0 comments on commit 0544db9

Please sign in to comment.