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

Commit 76f13aa

Browse files
committed
v3.10.2
1 parent b39cedd commit 76f13aa

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.10.2 / 2021-01-28
2+
[Full Changelog](http://github.com/rspec/rspec-support/compare/v3.10.1...v3.10.2)
3+
4+
Bug Fixes:
5+
6+
* Fix issue with `RSpec::Support.define_optimized_require_for_rspec` on JRuby
7+
9.1.17.0 (Jon Rowe, #492)
8+
19
### 3.10.1 / 2020-12-27
210
[Full Changelog](http://github.com/rspec/rspec-support/compare/v3.10.0...v3.10.1)
311

lib/rspec/support/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module RSpec
22
module Support
33
module Version
4-
STRING = '3.10.1'
4+
STRING = '3.10.2'
55
end
66
end
77
end

0 commit comments

Comments
 (0)