We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbd67f0 commit 855af15Copy full SHA for 855af15
CHANGELOG.md
@@ -10,6 +10,13 @@ Read `release_notes.md` for commit level details.
10
11
### Deprecations
12
13
+
14
+## [7.3.0] - 2023-10-17
15
16
+### Deprecations
17
+- Add deprecation marks that will be removed from Appium or this library to move to extension commands such as `mobile:`
18
+ - https://github.com/appium/ruby_lib_core/pull/504
19
20
## [7.2.0] - 2023-10-13
21
22
### Enhancements
lib/appium_lib_core/version.rb
@@ -14,7 +14,7 @@
module Appium
module Core
- VERSION = '7.2.0' unless defined? ::Appium::Core::VERSION
- DATE = '2023-10-13' unless defined? ::Appium::Core::DATE
+ VERSION = '7.3.0' unless defined? ::Appium::Core::VERSION
+ DATE = '2023-10-17' unless defined? ::Appium::Core::DATE
end
0 commit comments