File tree 2 files changed +11
-4
lines changed
2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -5,13 +5,20 @@ Read `release_notes.md` for commit level details.
5
5
## [ Unreleased]
6
6
7
7
### Enhancements
8
- - Can add more arguments in ` install_app `
9
- - e.g. Add ` timeoutMs ` for XCUITest driver as ` @driver.install_app("/path/to/test.ipa", timeoutMs: 20000) `
10
8
11
9
### Bug fixes
12
10
13
11
### Deprecations
14
12
13
+ ## [ 5.0.3] - 2021-12-13
14
+
15
+ ### Enhancements
16
+ - Can add more arguments in ` install_app `
17
+ - e.g. Add ` timeoutMs ` for XCUITest driver as ` @driver.install_app("/path/to/test.ipa", timeoutMs: 20000) `
18
+
19
+ ### Bug fixes
20
+ - (internal) Allow to access to ` bridge ` attribute in ` driver ` instance for appium_flutter_finder
21
+
15
22
## [ 5.0.2] - 2021-12-01
16
23
17
24
### Bug fixes
Original file line number Diff line number Diff line change 14
14
15
15
module Appium
16
16
module Core
17
- VERSION = '5.0.2 ' unless defined? ::Appium ::Core ::VERSION
18
- DATE = '2021-12-01 ' unless defined? ::Appium ::Core ::DATE
17
+ VERSION = '5.0.3 ' unless defined? ::Appium ::Core ::VERSION
18
+ DATE = '2021-12-13 ' unless defined? ::Appium ::Core ::DATE
19
19
end
20
20
end
You can’t perform that action at this time.
0 commit comments