From f6001498bcf4c168e3a17f11c9b8656b61c7e6ca Mon Sep 17 00:00:00 2001 From: Yang Date: Mon, 14 Sep 2020 22:57:31 +1000 Subject: [PATCH] Prepare for release 1.14.0. --- CHANGELOG.md | 10 ++++++++++ README.md | 2 +- gradle.properties | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d31f40ed..e7c6caa5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Change Log +## Version 1.14.0 + +_2020-09-14_ + +* Breaking change: `fun Context.resolveColorAttr(@AttrRes colorAttr: Int): Int` has been removed. Use `MaterialColors` from MDC instead. +* Update `AppCompatTextView.setPrecomputedTextFuture(charSequence: charSequence, executor: Executor? = null)` to allow passing in null as `charSequence`. +* Update MDC and Kotlin. +* Enable IR compiler. +* Generate API docs with Dokka 1.4. + ## Version 1.13.0 _2020-08-29_ diff --git a/README.md b/README.md index 63034b8f..081ffeb9 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Dependencies are hosted on [Maven Central][maven-central]. Latest stable version: ```groovy -def blueprint_version = "1.13.0" +def blueprint_version = "1.14.0" ``` If you use **Kotlin Coroutines and Flow**: diff --git a/gradle.properties b/gradle.properties index cc536dbb..c73461cb 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ GROUP=io.github.reactivecircus.blueprint -VERSION_NAME=1.14.0-SNAPSHOT +VERSION_NAME=1.14.0 POM_URL=https://github.com/reactivecircus/blueprint POM_SCM_URL=https://github.com/reactivecircus/blueprint