Skip to content

Commit c8b797e

Browse files
authored
Release 9 13 0 (#781)
* Release 9.13.0 * Update release notes
1 parent 8ce022f commit c8b797e

File tree

7 files changed

+446
-417
lines changed

7 files changed

+446
-417
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,15 @@ Release tags are https://github.com/appium/ruby_lib/releases .
1010

1111
### 3. Deprecations
1212

13+
## v9.13.0
14+
### 1. Enhancements
15+
- Requires `appium_lib_core` 1.6.0+
16+
- Breaking change for `app_state`: https://github.com/appium/ruby_lib_core/blob/master/CHANGELOG.md#160---2018-05-08
17+
18+
### 2. Bug fixes
19+
20+
### 3. Deprecations
21+
1322
## v9.12.1
1423
### 1. Enhancements
1524
- Support `start_logs_broadcast` and `stop_logs_broadcast` for iOS

appium_lib.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Gem::Specification.new do |s|
1313
s.homepage = 'https://github.com/appium/ruby_lib' # published as appium_lib
1414
s.require_paths = ['lib']
1515

16-
s.add_runtime_dependency 'appium_lib_core', '~> 1.5.0'
16+
s.add_runtime_dependency 'appium_lib_core', '~> 1.6.0'
1717
s.add_runtime_dependency 'tomlrb', '~> 1.1'
1818
s.add_runtime_dependency 'nokogiri', '~> 1.8', '>= 1.8.1'
1919

0 commit comments

Comments
 (0)