Skip to content

Commit

Permalink
[CI SKIP] CHANGELOG and plist updates for 1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sid-github authored and tirodkar committed Apr 14, 2017
1 parent c40623a commit 4ea210d
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 4 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,26 @@

Details changes in each release of EarlGrey. EarlGrey follows [semantic versioning](http://semver.org/).

## [1.9.1](https://github.com/google/EarlGrey/tree/1.9.1) (04/14/2017)

```
Baseline: [932c3f6]
+ [932c3f6]: Doc updates
```

### Bug Fixes
* Fixed a bug in interaction point calculation for cases where activation point
and the center of visible area is hidden.

### Enhancements
* Updated documentation for GREYCondition and ruby setup.
* Minor improvements to formatting of failure messages.
* Updated travis to run tests on iOS 10.3 and Xcode 8.3.
* Deleted .arcconfig file.

### Contributors
* [bootstraponline](https://github.com/bootstraponline)

## [1.9.0](https://github.com/google/EarlGrey/tree/1.9.0) (03/31/2017)

```
Expand Down
4 changes: 2 additions & 2 deletions EarlGrey-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.9.0</string>
<string>1.9.1</string>
<key>CFBundleVersion</key>
<string>1.9.0</string>
<string>1.9.1</string>
<key>license</key>
<string>
Expand Down
4 changes: 2 additions & 2 deletions EarlGrey.podspec.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
// frameworks in the app bundle need to include bitcode.
{
"name": "EarlGrey",
"version": "1.9.0",
"version": "1.9.1",
"summary": "iOS UI Automation Test Framework",
"description": "EarlGrey is a native iOS UI automation test framework that enables you to write clear, concise tests.\\n\\nWith the EarlGrey framework, you have access to enhanced synchronization features. EarlGrey automatically synchronizes with the UI, network requests, and various queues, but still allows you to manually implement customized timings, if needed.\\n\\nEarlGrey’s synchronization features help ensure that the UI is in a steady state before actions are performed. This greatly increases test stability and makes tests highly repeatable.\\n\\nEarlGrey works in conjunction with the XCTest framework and integrates with Xcode’s Test Navigator so you can run tests directly from Xcode or the command line (using xcodebuild).",
"homepage": "http://google.github.io/EarlGrey",
Expand All @@ -34,7 +34,7 @@
},
"requires_arc": true,
"source": {
"http": "https://github.com/google/EarlGrey/releases/download/1.9.0/EarlGrey.zip"
"http": "https://github.com/google/EarlGrey/releases/download/1.9.1/EarlGrey.zip"
},
"frameworks": [
"CoreData",
Expand Down

0 comments on commit 4ea210d

Please sign in to comment.