Skip to content

Commit 9b1fee3

Browse files
committed
v2.0.0
1 parent 817bd4e commit 9b1fee3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
### 2.0.0.pre
1+
### 2.0.0 / 2024-11-04
22

33
Version 2.0.0 drops support for Ruby below 3, and changes the supported RSpec version to "main" and current release series.
44
(At the time of writing this is 3.13.x, but it means the current supported release only).

lib/rspec/its/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module RSpec
44
module Its
5-
VERSION = '2.0.0.pre'
5+
VERSION = '2.0.0'
66
end
77
end

0 commit comments

Comments
 (0)