Skip to content

Commit d2cd240

Browse files
committed
releasing 0.3.7.
1 parent 456a9e1 commit d2cd240

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.3.7
2+
3+
* Fix method signature for ruby <= 2.6
4+
15
# 0.3.6
26

37
* Support Ruby 3.

lib/rspec/cells/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module RSpec
22
module Cells
3-
VERSION = "0.3.6"
3+
VERSION = "0.3.7"
44
end
55
end
66

0 commit comments

Comments
 (0)