Skip to content

Commit

Permalink
Prepare version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeWharton committed Jan 18, 2023
1 parent 211a61d commit a58cd98
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 7 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
## [Unreleased]


## [0.3.0] - 2023-01-17

- Support Kotlin 1.8.0 via Compose compiler 1.4.0.


## [0.2.0] - 2022-08-12

- Support Kotlin 1.7.10 via Compose compiler 1.3.0.
Expand All @@ -14,6 +19,7 @@
Initial release!


[Unreleased]: https://github.com/JakeWharton/mosaic/compare/0.2.0...HEAD
[Unreleased]: https://github.com/JakeWharton/mosaic/compare/0.3.0...HEAD
[0.3.0]: https://github.com/JakeWharton/mosaic/releases/tag/0.3.0
[0.2.0]: https://github.com/JakeWharton/mosaic/releases/tag/0.2.0
[0.1.0]: https://github.com/JakeWharton/mosaic/releases/tag/0.1.0
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.10'
classpath 'com.jakewharton.mosaic:mosaic-gradle-plugin:0.2.0'
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.0'
classpath 'com.jakewharton.mosaic:mosaic-gradle-plugin:0.3.0'
}
}
Expand All @@ -113,8 +113,9 @@ certain versions of Kotlin.

| Kotlin | Mosaic |
|--------|--------------------|
| 1.5.10 | 0.1.0 |
| 1.8.10 | 0.3.0 |
| 1.7.10 | 0.2.0 |
| 1.5.10 | 0.1.0 |

Versions newer than those listed may be supported but are untested.

Expand All @@ -131,8 +132,8 @@ buildscript {
}
}
dependencies {
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.10'
classpath 'com.jakewharton.mosaic:mosaic-gradle-plugin:0.3.0-SNAPSHOT'
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.0'
classpath 'com.jakewharton.mosaic:mosaic-gradle-plugin:0.4.0-SNAPSHOT'
}
}
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=com.jakewharton.mosaic
VERSION_NAME=0.3.0-SNAPSHOT
VERSION_NAME=0.3.0

POM_DESCRIPTION=Jetpack Compose for console UI

Expand Down

0 comments on commit a58cd98

Please sign in to comment.