Skip to content

Commit

Permalink
Release 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KazuCocoa committed Apr 27, 2024
1 parent 00014d6 commit 4e25275
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,9 @@ Make sure to run `thor bump` or manually modify version.rb before publishing. Ru
version to be published twice. After the version is bumped, run `thor publish`


## Changelogs
## major changelogs
- v3.0.0
- Support Ruby 3+ only

- v2.0.0
- Bump base appium_lib version to v12
Expand Down
2 changes: 1 addition & 1 deletion lib/appium_capybara/version.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module Appium
module Capybara
VERSION = '2.1.1'.freeze unless defined? ::Appium::Capybara::VERSION
VERSION = '3.0.0'.freeze unless defined? ::Appium::Capybara::VERSION
DATE = '2024-04-27'.freeze unless defined? ::Appium::Capybara::DATE
end
end

0 comments on commit 4e25275

Please sign in to comment.