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 d14a98d commit 76978d0Copy full SHA for 76978d0
CHANGELOG.md
@@ -1,6 +1,6 @@
1
-## Development
+## 2.9.0 (March 27, 2014)
2
3
-[Full Changelog](http://github.com/vcr/vcr/compare/v2.8.0...master)
+[Full Changelog](http://github.com/vcr/vcr/compare/v2.8.0...v2.9.0)
4
5
Enhancements:
6
Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- vcr (2.8.0)
+ vcr (2.9.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.8.0'
+ string = '2.9.0'
14
15
def string.parts
16
split('.').map { |p| p.to_i }
0 commit comments