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

Commit 3d227e5

Browse files
committed
Version 3.9.0
1 parent e179d8f commit 3d227e5

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,4 +1,12 @@
1+
### 3.9.0 / 2019-10-07
2+
[Full Changelog](http://github.com/rspec/rspec-support/compare/v3.8.3...v3.9.0)
3+
4+
*NO CHANGES*
5+
6+
Version 3.9.0 was released to allow other RSpec gems to release 3.9.0.
7+
18
### 3.8.3 / 2019-10-02
9+
[Full Changelog](http://github.com/rspec/rspec-support/compare/v3.8.2...v3.8.3)
210

311
Bug Fixes:
412

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.9.0.pre'
4+
STRING = '3.10.0.pre'
55
end
66
end
77
end

0 commit comments

Comments
 (0)