File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -3,6 +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+ ## 16.1.1 - 2025-12-28
7+ - Add deprecated mark for start_logs_broadcast/stop_logs_broadcast to use BiDi instead
8+
69## 16.1.0 - 2025-03-37
710- Relaxed usable the appium_lib_core deps version to ` > 11 `
811
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 = '16.1.0 ' unless defined? ::Appium ::VERSION
18- DATE = '2025-03-27 ' unless defined? ::Appium ::DATE
17+ VERSION = '16.1.1 ' unless defined? ::Appium ::VERSION
18+ DATE = '2025-12-28 ' unless defined? ::Appium ::DATE
1919end
You can’t perform that action at this time.
0 commit comments