Skip to content

Commit bf27fcd

Browse files
committed
Bump version to 0.8.0.rc1
1 parent 312bc92 commit bf27fcd

File tree

5 files changed

+7
-4
lines changed

5 files changed

+7
-4
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# CHANGELOG
22

3+
## 0.8.0.rc1
4+
* Add compatibility with Rails 7.2
5+
36
## 0.7.1
47
* Add Rack 3.1 support [#163](https://github.com/testdouble/cypress-rails/pull/163)
58

Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
cypress-rails (0.7.1)
4+
cypress-rails (0.8.0.rc1)
55
puma (>= 3.8.0)
66
railties (>= 5.2.0)
77

example/Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
cypress-rails (0.7.1)
4+
cypress-rails (0.8.0.rc1)
55
puma (>= 3.8.0)
66
railties (>= 5.2.0)
77

example/Gemfile_rails71.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
cypress-rails (0.7.1)
4+
cypress-rails (0.8.0.rc1)
55
puma (>= 3.8.0)
66
railties (>= 5.2.0)
77

lib/cypress-rails/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module CypressRails
2-
VERSION = "0.7.1"
2+
VERSION = "0.8.0.rc1"
33
end

0 commit comments

Comments
 (0)