Skip to content

Commit a542287

Browse files
authored
Release 9 6 1 (#650)
* Release 9.6.1 * Update release notes * update changelog
1 parent cb9450d commit a542287

File tree

6 files changed

+625
-573
lines changed

6 files changed

+625
-573
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@ 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.6.1
7+
### 1. Enhancements
8+
- Refactor `XCUItest` for iOS and `uiautomator2` for Android a bit
9+
10+
### 2. Bug fixes
11+
- missing extending `button` methods for `uiautomator2`, Android
12+
13+
### 3. Deprecations
14+
615
## v9.6.0
716
### 1. Enhancements
817
- Reduce Global Driver

Rakefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ task :notes do
206206
end
207207

208208
pairs.each_index do |a|
209-
data =`git log --pretty=oneline #{pairs[a]}`
209+
data =`git log --pretty=oneline #{pairs[a]}`.force_encoding('UTF-8')
210210
new_data = ''
211211
data.split("\n").each do |line|
212212
hex = line.match(/[a-zA-Z0-9]+/)[0]

0 commit comments

Comments
 (0)