Skip to content

Commit

Permalink
Prepare for release 1.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
ychescale9 committed Aug 28, 2019
1 parent 56e1b55 commit 32cfc44
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## Version 1.2.0

_2019-08-28_

* **blueprint-ui** - Added new extension for setting precomputed text on `AppCompatTextView`.
* Refactor `blueprint-ui` internals.
* Disable BuildConfig generation for Android library modules.
* Stop exposing resources from transitive dependencies for Android library modules.
* Update AGP, Gradle, RxJava 2, Coroutines, detekt, LeakCanary.
* Improved documentation.

## Version 1.1.0

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

```groovy
def blueprint_version = "1.1.0"
def blueprint_version = "1.2.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.2.0-SNAPSHOT
VERSION_NAME=1.2.0

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

0 comments on commit 32cfc44

Please sign in to comment.