Skip to content

Commit f260936

Browse files
committed
Release 16.0.0
1 parent 134af92 commit f260936

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@ Commit based release not is [release_notes.md](./release_notes.md)
33

44
Release 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

lib/appium_lib/version.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414

1515
module 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
1919
end

0 commit comments

Comments
 (0)