Skip to content

Commit

Permalink
Release 15.2.0
Browse files Browse the repository at this point in the history
KazuCocoa committed Jul 21, 2024
1 parent 6b5d969 commit d73525e
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -3,6 +3,8 @@ Commit based release not is [release_notes.md](./release_notes.md)

Release tags are https://github.com/appium/ruby_lib/releases .

## 15.2.0 - 2024-07-20
- Raise defined errors instead of Ruby general errors by appium_lib's own errors

## 15.1.0 - 2024-05-19
- Use appium_lib_core 9.0.0
4 changes: 2 additions & 2 deletions lib/appium_lib/version.rb
Original file line number Diff line number Diff line change
@@ -14,6 +14,6 @@

module Appium
# Version and Date are defined on the 'Appium' module, not 'Appium::Common'
VERSION = '15.1.0' unless defined? ::Appium::VERSION
DATE = '2024-05-19' unless defined? ::Appium::DATE
VERSION = '15.2.0' unless defined? ::Appium::VERSION
DATE = '2024-07-20' unless defined? ::Appium::DATE
end

0 comments on commit d73525e

Please sign in to comment.