We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b41a943 commit 3c8a7c9Copy full SHA for 3c8a7c9
CHANGELOG.md
@@ -1,6 +1,6 @@
1
-## Unreleased Changes
+## 2.6.0 (September 25, 2013)
2
3
-[Full Changelog](http://github.com/vcr/vcr/compare/v2.5.0...master)
+[Full Changelog](http://github.com/vcr/vcr/compare/v2.5.0...v2.6.0)
4
5
Enhancements:
6
Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- vcr (2.5.0)
+ vcr (2.6.0)
GEM
7
remote: https://rubygems.org/
lib/vcr/version.rb
@@ -10,7 +10,7 @@ module VCR
10
# * `parts` [Array<Integer>] List of the version parts.
11
def version
12
@version ||= begin
13
- string = '2.5.0'
+ string = '2.6.0'
14
15
def string.parts
16
split('.').map { |p| p.to_i }
0 commit comments