File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ 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 released yet)
6
+ ## 15.0.0 - 2024-04-11
7
7
- Breaking
8
8
- Use appium_lib_core 8.0.0 and up
9
9
- Please refer to [ the diff] ( https://github.com/appium/ruby_lib_core/blob/master/CHANGELOG.md#800---2024-03-08 ) about the details.
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 = '14 .0.0' unless defined? ::Appium ::VERSION
18
- DATE = '2024-01-25 ' unless defined? ::Appium ::DATE
17
+ VERSION = '15 .0.0' unless defined? ::Appium ::VERSION
18
+ DATE = '2024-04-11 ' unless defined? ::Appium ::DATE
19
19
end
You can’t perform that action at this time.
0 commit comments