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 817bd4e commit 9b1fee3Copy full SHA for 9b1fee3
Changelog.md
@@ -1,4 +1,4 @@
1
-### 2.0.0.pre
+### 2.0.0 / 2024-11-04
2
3
Version 2.0.0 drops support for Ruby below 3, and changes the supported RSpec version to "main" and current release series.
4
(At the time of writing this is 3.13.x, but it means the current supported release only).
lib/rspec/its/version.rb
@@ -2,6 +2,6 @@
module RSpec
module Its
5
- VERSION = '2.0.0.pre'
+ VERSION = '2.0.0'
6
end
7
0 commit comments