Skip to content
This repository was archived by the owner on Nov 30, 2024. It is now read-only.

Commit 7425a5c

Browse files
committed
Release 3.4.1.
1 parent 92c95d5 commit 7425a5c

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

Changelog.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
### 3.4.1 / 2015-11-18
2+
[Full Changelog](http://github.com/rspec/rspec-core/compare/v3.4.0...v3.4.1)
3+
4+
Bug Fixes:
5+
6+
* Fix backtrace formatter to handle backtraces that are `nil`.
7+
(Myron Marston, #2118)
8+
19
### 3.4.0 / 2015-11-11
210
[Full Changelog](http://github.com/rspec/rspec-core/compare/v3.3.2...v3.4.0)
311

lib/rspec/core/version.rb

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

0 commit comments

Comments
 (0)