Skip to content

Commit faa52fc

Browse files
committed
Release 13.0.1
1 parent 391c1d4 commit faa52fc

3 files changed

Lines changed: 18 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
All notable changes to this project will be documented in this file.
33
Read `release_notes.md` for commit level details.
44

5+
## [13.0.1] - 2026-06-07
6+
- Update the `rbs_collection.lock.yaml`
7+
58
## [13.0.0] - 2026-05-10
69
- Remove extenced methods in `Appium::Core::Base::Driver` only for the appium_lib - which is covered by the library.
710

README.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,10 +114,21 @@ $ IGNORE_VERSION_SKIP=true CI=true bundle exec rake test:func:android
114114
opts = {
115115
capabilities: { # Append capabilities
116116
platformName: 'ios',
117-
platformVersion: '26.0',
117+
platformVersion: '15.8.3',
118118
deviceName: 'iPhone 17',
119119
# app: '/path/to/MyiOS.app', # Without 'app' capability, an appium session starts with the home screen
120-
automationName: 'XCUITest'
120+
automationName: 'XCUITest',
121+
# "appium:bundleId":"com.apple.mobilesafari",
122+
# "usePreinstalledWDA": true,
123+
useNewWDA: false,
124+
browserName: 'Safari',
125+
# "webDriverAgentUrl": "http://192.168.4.47:8100",
126+
"udid": "00008020-000E5CDA0A23002E",
127+
'xcodeOrgId': '47PCFA586Q',
128+
'xcodeSigningId': 'iPhone Developer',
129+
'updatedWDABundleId': 'com.kazucocoa.wda',
130+
allowProvisioningDeviceRegistration: true,
131+
# 'appium:skipLogCapture': true
121132
},
122133
appium_lib: {
123134
wait: 30

lib/appium_lib_core/version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
module Appium
1616
module Core
17-
VERSION = '13.0.0' unless defined? ::Appium::Core::VERSION
18-
DATE = '2026-05-10' unless defined? ::Appium::Core::DATE
17+
VERSION = '13.0.1' unless defined? ::Appium::Core::VERSION
18+
DATE = '2026-06-07' unless defined? ::Appium::Core::DATE
1919
end
2020
end

0 commit comments

Comments
 (0)