Skip to content

Commit

Permalink
Bump version to 0.8.0.rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
rosston committed Sep 25, 2024
1 parent 312bc92 commit bf27fcd
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# CHANGELOG

## 0.8.0.rc1
* Add compatibility with Rails 7.2

## 0.7.1
* Add Rack 3.1 support [#163](https://github.com/testdouble/cypress-rails/pull/163)

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
cypress-rails (0.7.1)
cypress-rails (0.8.0.rc1)
puma (>= 3.8.0)
railties (>= 5.2.0)

Expand Down
2 changes: 1 addition & 1 deletion example/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
cypress-rails (0.7.1)
cypress-rails (0.8.0.rc1)
puma (>= 3.8.0)
railties (>= 5.2.0)

Expand Down
2 changes: 1 addition & 1 deletion example/Gemfile_rails71.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
cypress-rails (0.7.1)
cypress-rails (0.8.0.rc1)
puma (>= 3.8.0)
railties (>= 5.2.0)

Expand Down
2 changes: 1 addition & 1 deletion lib/cypress-rails/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module CypressRails
VERSION = "0.7.1"
VERSION = "0.8.0.rc1"
end

0 comments on commit bf27fcd

Please sign in to comment.