Skip to content

Commit 8b80a78

Browse files
committed
Release 16.3.0
1 parent b06fc08 commit 8b80a78

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ 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+
## [16.3.0] - 2026-05-11
7+
- Bump appium_lib_core to 13+
8+
- No user facing changes are expected.
9+
610
## [16.2.0] - 2026-04-19
711
- Define device methods (`lock`, `unlock`, `hide_keyboard`, `push_file`, `pull_file`, `background_app`, `shake`, etc.) natively on `Appium::Driver` via `def_delegators :driver`, replacing the implicit delegation previously set up by `extend ::Appium::Core::Device`. Paves the way for `ruby_lib_core` to drop its static compatibility list (appium/ruby_lib_core#97).
812

lib/appium_lib/version.rb

Lines changed: 2 additions & 2 deletions
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 = '16.2.0' unless defined? ::Appium::VERSION
18-
DATE = '2026-04-19' unless defined? ::Appium::DATE
17+
VERSION = '16.3.0' unless defined? ::Appium::VERSION
18+
DATE = '2026-05-11' unless defined? ::Appium::DATE
1919
end

0 commit comments

Comments
 (0)