We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8031d1 commit cdf80efCopy full SHA for cdf80ef
CHANGELOG.md
@@ -10,6 +10,11 @@ Read `release_notes.md` for commit level details.
10
11
### Deprecations
12
13
+## [9.2.0] - 2024-07-21
14
+### Enhancements
15
+- Raise defined errors in this library instead of Ruby general errors in some places.
16
+ - Most of errors have already followed this method. This version has updated rest of them.
17
+
18
## [9.1.3., 9.1.2] - 2024-06-03
19
20
### Bug fixes
lib/appium_lib_core/version.rb
@@ -14,7 +14,7 @@
module Appium
module Core
- VERSION = '9.1.3' unless defined? ::Appium::Core::VERSION
- DATE = '2024-06-05' unless defined? ::Appium::Core::DATE
+ VERSION = '9.2.0' unless defined? ::Appium::Core::VERSION
+ DATE = '2024-07-21' unless defined? ::Appium::Core::DATE
end
0 commit comments