Skip to content

Commit

Permalink
1.2.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
myronmarston committed Oct 13, 2010
1 parent 91d67ad commit d25e34c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
@@ -1,8 +1,8 @@
# Changelog

## In git
## 1.2.0 (October 13, 2010)

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

* Improved the `:all` record mode so that it keeps previously recorded interactions that do not match the
new recorded interactions. Previously, all of the previously recorded interactions were deleted.
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
vcr (1.1.2)
vcr (1.2.0)

GEM
remote: http://rubygems.org/
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.1.2'
string = '1.2.0'

def string.parts; VCR.version.split('.').map { |p| p.to_i }; end
def string.major; parts[0]; end
Expand Down

0 comments on commit d25e34c

Please sign in to comment.