File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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)
33
44Release tags are https://github.com/appium/ruby_lib/releases .
55
6- ## not yet
6+ ## 16.0.0 - 2025-02-16
77- 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
89
910## 15.2.2 - 2024-08-06
1011- Fix non ` app ` capability behavior
Original file line number Diff line number Diff line change 1414
1515module Appium
1616 # 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
1919end
You can’t perform that action at this time.
0 commit comments