Skip to content

Commit 4e25275

Browse files
committed
Release 3.0.0
1 parent 00014d6 commit 4e25275

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,9 @@ Make sure to run `thor bump` or manually modify version.rb before publishing. Ru
6969
version to be published twice. After the version is bumped, run `thor publish`
7070

7171

72-
## Changelogs
72+
## major changelogs
73+
- v3.0.0
74+
- Support Ruby 3+ only
7375

7476
- v2.0.0
7577
- Bump base appium_lib version to v12

lib/appium_capybara/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module Appium
22
module Capybara
3-
VERSION = '2.1.1'.freeze unless defined? ::Appium::Capybara::VERSION
3+
VERSION = '3.0.0'.freeze unless defined? ::Appium::Capybara::VERSION
44
DATE = '2024-04-27'.freeze unless defined? ::Appium::Capybara::DATE
55
end
66
end

0 commit comments

Comments
 (0)