Skip to content

Commit

Permalink
1.4.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
myronmarston committed Dec 3, 2010
1 parent 49476df commit 6d40d17
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.4.0 (December 3, 2010)

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

* Added support for making HTTP requests without a cassette (i.e. if you don't
want to use VCR for all of your test suite). There are a few ways to
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
vcr (1.3.3)
vcr (1.4.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.3.3'
string = '1.4.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 6d40d17

Please sign in to comment.