Skip to content
This repository has been archived by the owner on Sep 6, 2022. It is now read-only.

Commit

Permalink
Prepare version 0.2.0-M1
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeWharton committed Jun 2, 2021
1 parent 359fef4 commit 1abcec8
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 7 deletions.
16 changes: 14 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

## [Unreleased]

Fixes:

* Support for Kotlin 1.5.20-M1


## [0.2.0-M1]

Fixes:

* Support for Kotlin 1.5.20-M1


## [0.1.1]

Expand All @@ -16,5 +27,6 @@ Initial release.


[Unreleased]: https://github.com/cashapp/exhaustive/compare/0.1.1...HEAD
[0.1.1]: https://github.com/cashapp/turbine/releases/tag/0.1.1
[0.1.0]: https://github.com/cashapp/turbine/releases/tag/0.1.0
[0.2.0-M1]: https://github.com/cashapp/exhaustive/releases/tag/0.2.0-M1
[0.1.1]: https://github.com/cashapp/exhaustive/releases/tag/0.1.1
[0.1.0]: https://github.com/cashapp/exhaustive/releases/tag/0.1.0
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,10 @@ be shipped as a dependency of the module.
Since Kotlin compiler plugins are an unstable API, certain versions of Exhaustive only work with
certain versions of Kotlin.

| Kotlin | Exhaustive |
|-----------------|----------------|
| 1.4.10 - 1.5.10 | 0.1.1 |
| 1.5.20-M1 | 0.2.0-SNAPSHOT |
| Kotlin | Exhaustive |
|-----------------|------------|
| 1.4.10 - 1.5.10 | 0.1.1 |
| 1.5.20-M1 | 0.2.0-M1 |

Versions of Kotlin older than 1.4.10 are not supported.
Versions newer than those listed may be supported but are untested.
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=app.cash.exhaustive
VERSION_NAME=0.2.0-SNAPSHOT
VERSION_NAME=0.2.0-M1

POM_URL=https://github.com/cashapp/exhasutive/
POM_SCM_URL=https://github.com/cashapp/exhasutive/
Expand Down

0 comments on commit 1abcec8

Please sign in to comment.