Skip to content

Commit 2fd0780

Browse files
committed
Release 3.0.1.
1 parent 0269ccd commit 2fd0780

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

Changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
### 3.0.1 / 2014-06-02
2+
[Full Changelog](http://github.com/rspec/rspec-rails/compare/v3.0.0...v3.0.1)
3+
4+
Bug Fixes:
5+
6+
* Fix missing require in `rails g rspec:install`. (Sam Phippen)
7+
18
### 3.0.0 / 2014-06-01
29
[Full Changelog](http://github.com/rspec/rspec-rails/compare/v3.0.0.rc1...v3.0.0)
310

lib/rspec/rails/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module Rails
33
# Version information for RSpec Rails.
44
module Version
55
# Current version of RSpec Rails, in semantic versioning format.
6-
STRING = '3.0.0'
6+
STRING = '3.0.1'
77
end
88
end
99
end

0 commit comments

Comments
 (0)