Skip to content

Commit 0cd41ef

Browse files
authoredApr 20, 2017
Release 9 4 2 (#554)
* Release 9.4.2 * Update release notes * update changelogs
1 parent d01ebd2 commit 0cd41ef

File tree

5 files changed

+511
-499
lines changed

5 files changed

+511
-499
lines changed
 

‎CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@ 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.4.2
7+
### 1. Enhancements
8+
9+
### 2. Bug fixes
10+
- fix drag_from_to_for_duration gets server error [#552](https://github.com/appium/ruby_lib/issues/552)
11+
12+
### 3. Deprecations
13+
614
## v9.4.1
715
### 1. Enhancements
816

‎docs/android_docs.md

+235-235
Large diffs are not rendered by default.

‎docs/ios_docs.md

+260-262
Large diffs are not rendered by default.

‎lib/appium_lib/common/version.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Appium
22
# Version and Date are defined on the 'Appium' module, not 'Appium::Common'
3-
VERSION = '9.4.1'.freeze unless defined? ::Appium::VERSION
4-
DATE = '2017-04-19'.freeze unless defined? ::Appium::DATE
3+
VERSION = '9.4.2'.freeze unless defined? ::Appium::VERSION
4+
DATE = '2017-04-21'.freeze unless defined? ::Appium::DATE
55
end

‎release_notes.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
#### v9.4.1 2017-04-19
2+
3+
- [491a142](https://github.com/appium/ruby_lib/commit/491a142942cc0eb8addfb15e2bbd805d260cebc0) Release 9 4 1 (#550)
4+
- [d721297](https://github.com/appium/ruby_lib/commit/d721297a634cebc0d22f26a132345126036c71d6) separate find_element/s for uiautomator and xpath (#547)
5+
6+
17
#### v9.4.0 2017-04-17
28

39
- [9492690](https://github.com/appium/ruby_lib/commit/9492690f80efaab79ce165e16dd335fca9717c4a) Release 9 4 0 (#545)

0 commit comments

Comments
 (0)
Please sign in to comment.