Skip to content

Commit

Permalink
Prepare version 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeWharton committed Jul 21, 2023
1 parent 8b1dfde commit 1b6f631
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 6 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
## [Unreleased]


## [0.8.0] - 2023-07-20

New:
- Support Kotlin 1.9.0 via JetBrains Compose compiler 1.5.0.


## [0.7.1] - 2023-06-30

New:
Expand Down Expand Up @@ -83,7 +89,8 @@ Breaking:
Initial release!


[Unreleased]: https://github.com/JakeWharton/mosaic/compare/0.7.1...HEAD
[Unreleased]: https://github.com/JakeWharton/mosaic/compare/0.8.0...HEAD
[0.8.0]: https://github.com/JakeWharton/mosaic/releases/tag/0.8.0
[0.7.1]: https://github.com/JakeWharton/mosaic/releases/tag/0.7.1
[0.7.0]: https://github.com/JakeWharton/mosaic/releases/tag/0.7.0
[0.6.0]: https://github.com/JakeWharton/mosaic/releases/tag/0.6.0
Expand Down
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.22'
classpath 'com.jakewharton.mosaic:mosaic-gradle-plugin:0.7.1'
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.0'
classpath 'com.jakewharton.mosaic:mosaic-gradle-plugin:0.8.0'
}
}
Expand All @@ -111,6 +111,7 @@ certain versions of Kotlin.

| Kotlin | Mosaic |
|--------|---------------|
| 1.9.0 | 0.8.0 |
| 1.8.22 | 0.7.1 |
| 1.8.21 | 0.7.0 |
| 1.8.20 | 0.6.0 |
Expand All @@ -134,8 +135,8 @@ buildscript {
}
}
dependencies {
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.22'
classpath 'com.jakewharton.mosaic:mosaic-gradle-plugin:0.8.0-SNAPSHOT'
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.0'
classpath 'com.jakewharton.mosaic:mosaic-gradle-plugin:0.9.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.8.0-SNAPSHOT
VERSION_NAME=0.8.0

SONATYPE_HOST=DEFAULT
SONATYPE_AUTOMATIC_RELEASE=true
Expand Down

0 comments on commit 1b6f631

Please sign in to comment.