We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00014d6 commit 4e25275Copy full SHA for 4e25275
README.md
@@ -69,7 +69,9 @@ Make sure to run `thor bump` or manually modify version.rb before publishing. Ru
69
version to be published twice. After the version is bumped, run `thor publish`
70
71
72
-## Changelogs
+## major changelogs
73
+- v3.0.0
74
+ - Support Ruby 3+ only
75
76
- v2.0.0
77
- Bump base appium_lib version to v12
lib/appium_capybara/version.rb
@@ -1,6 +1,6 @@
1
module Appium
2
module Capybara
3
- VERSION = '2.1.1'.freeze unless defined? ::Appium::Capybara::VERSION
+ VERSION = '3.0.0'.freeze unless defined? ::Appium::Capybara::VERSION
4
DATE = '2024-04-27'.freeze unless defined? ::Appium::Capybara::DATE
5
end
6
0 commit comments