From 2eba4227f09d8510b0556aecb213db2ab5c7d7e5 Mon Sep 17 00:00:00 2001 From: Yogesh Khater Date: Tue, 1 Nov 2022 08:29:46 +0530 Subject: [PATCH] releasing 0.3.8 --- CHANGES.md | 4 ++++ lib/rspec/cells/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index b8953e3..f8e3397 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,7 @@ +# 0.3.8 + +* Allow rspec-rails 6.0 + # 0.3.7 * Fix method signature for ruby <= 2.6 diff --git a/lib/rspec/cells/version.rb b/lib/rspec/cells/version.rb index 42df6fe..d519f0d 100644 --- a/lib/rspec/cells/version.rb +++ b/lib/rspec/cells/version.rb @@ -1,6 +1,6 @@ module RSpec module Cells - VERSION = "0.3.7" + VERSION = "0.3.8" end end