Skip to content

Commit 2eba422

Browse files
committed
releasing 0.3.8
1 parent f5f3efd commit 2eba422

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.8
2+
3+
* Allow rspec-rails 6.0
4+
15
# 0.3.7
26

37
* Fix method signature for ruby <= 2.6

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.7"
3+
VERSION = "0.3.8"
44
end
55
end
66

0 commit comments

Comments
 (0)