Skip to content

Commit 855af15

Browse files
committed
Release 7.3.0
1 parent dbd67f0 commit 855af15

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@ Read `release_notes.md` for commit level details.
1010

1111
### Deprecations
1212

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+
1320
## [7.2.0] - 2023-10-13
1421

1522
### Enhancements

lib/appium_lib_core/version.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
module Appium
1616
module Core
17-
VERSION = '7.2.0' unless defined? ::Appium::Core::VERSION
18-
DATE = '2023-10-13' unless defined? ::Appium::Core::DATE
17+
VERSION = '7.3.0' unless defined? ::Appium::Core::VERSION
18+
DATE = '2023-10-17' unless defined? ::Appium::Core::DATE
1919
end
2020
end

0 commit comments

Comments
 (0)