Skip to content

Commit 5538a43

Browse files
authored
Release 9 10 0 (#763)
* Release 9.10.0 * Update release notes * use core 1.3.1
1 parent 31908a9 commit 5538a43

File tree

6 files changed

+426
-409
lines changed

6 files changed

+426
-409
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@ Commit based release not is [release_notes.md](./release_notes.md)
33

44
Release tags are https://github.com/appium/ruby_lib/releases .
55

6+
## v9.10.0
7+
### 1. Enhancements
8+
- Some changes for Appium 1.8.0
9+
- Read also:
10+
- https://github.com/appium/ruby_lib_core/blob/master/CHANGELOG.md#131---2018-02-14
11+
- https://github.com/appium/ruby_lib_core/blob/master/CHANGELOG.md#130---2018-01-28
12+
13+
### 2. Bug fixes
14+
15+
### 3. Deprecations
16+
617
## v9.9.2
718
### 1. Enhancements
819
- Fix Security Vulnerability(Nokogiri)[#761](https://github.com/appium/ruby_lib/pull/761)

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.3.0'
16+
s.add_runtime_dependency 'appium_lib_core', '~> 1.3.1'
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)