Skip to content

Commit

Permalink
Prepare for release 1.13.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
ychescale9 committed Aug 29, 2020
1 parent 3ab0579 commit e4f5a55
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## Version 1.13.0

_2020-08-29_

* New `RobotAssertions.viewNotExists(@IdRes vararg viewIds: Int)` for asserting that views are not present in the view hierarchy.
* New `withItemViewType(@IdRes recyclerViewId: Int, itemViewType: Int): Matcher<View>` for matching `RecyclerView` item by `itemViewType`.

## Version 1.12.0

_2020-08-16_
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Dependencies are hosted on [Maven Central][maven-central].
Latest stable version:

```groovy
def blueprint_version = "1.12.0"
def blueprint_version = "1.13.0"
```

If you use **Kotlin Coroutines and Flow**:
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
GROUP=io.github.reactivecircus.blueprint
VERSION_NAME=1.13.0-SNAPSHOT
VERSION_NAME=1.13.0

POM_URL=https://github.com/reactivecircus/blueprint
POM_SCM_URL=https://github.com/reactivecircus/blueprint
Expand Down

0 comments on commit e4f5a55

Please sign in to comment.