Skip to content

Commit

Permalink
Prepare for release 1.10.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
ychescale9 committed Jul 17, 2020
1 parent 6654d76 commit 4e73a56
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## Version 1.10.0

_2020-07-17_

* New `RobotAssertions.viewEndsWithText(@IdRes viewId: Int, expected: String)` for asserting that a view has text that ends with the expected string.
* Fix `RobotAssertions.viewStartsWithText(@IdRes viewId: Int, expected: String)`.
* Depend on `kotlin-sdtlib` instead of `kotlin-stdlib-jdk8`
* Update Coroutines, AndroidX and MDC.

## Version 1.9.0

_2020-05-30_
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.9.0"
def blueprint_version = "1.10.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.10.0-SNAPSHOT
VERSION_NAME=1.10.0

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

0 comments on commit 4e73a56

Please sign in to comment.