File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,9 @@ Commit based release not is [release_notes.md](./release_notes.md)
3
3
4
4
Release tags are https://github.com/appium/ruby_lib/releases .
5
5
6
- ## not yet
6
+ ## 16.0.0 - 2025-02-16
7
7
- Use ` http://127.0.0.1:4723 ` as the default url destination instead of ` http://127.0.0.1:4723/wd/hub `
8
+ - ` --base-path ` in appium server may need to drop the ` /wd/hub ` if configured
8
9
9
10
## 15.2.2 - 2024-08-06
10
11
- Fix non ` app ` capability behavior
Original file line number Diff line number Diff line change 14
14
15
15
module Appium
16
16
# Version and Date are defined on the 'Appium' module, not 'Appium::Common'
17
- VERSION = '15.3 .0' unless defined? ::Appium ::VERSION
18
- DATE = '2025-01-22 ' unless defined? ::Appium ::DATE
17
+ VERSION = '16.0 .0' unless defined? ::Appium ::VERSION
18
+ DATE = '2025-02-16 ' unless defined? ::Appium ::DATE
19
19
end
You can’t perform that action at this time.
0 commit comments