Skip to content

Commit d69b9f4

Browse files
committed
Prepare version 0.9.1
1 parent a73f2af commit d69b9f4

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
## [Unreleased]
44

5+
## [0.9.1] - 2023-09-14
6+
7+
New:
8+
- Support Kotlin 1.9.10 via JetBrains Compose compiler 1.5.2.
9+
10+
This version works with Kotlin 1.9.10 by default.
11+
512

613
## [0.9.0] - 2023-08-09
714

@@ -98,7 +105,8 @@ Breaking:
98105
Initial release!
99106

100107

101-
[Unreleased]: https://github.com/JakeWharton/mosaic/compare/0.9.0...HEAD
108+
[Unreleased]: https://github.com/JakeWharton/mosaic/compare/0.9.1...HEAD
109+
[0.9.1]: https://github.com/JakeWharton/mosaic/releases/tag/0.9.1
102110
[0.9.0]: https://github.com/JakeWharton/mosaic/releases/tag/0.9.0
103111
[0.8.0]: https://github.com/JakeWharton/mosaic/releases/tag/0.8.0
104112
[0.7.1]: https://github.com/JakeWharton/mosaic/releases/tag/0.7.1

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@ buildscript {
9090
mavenCentral()
9191
}
9292
dependencies {
93-
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.0'
94-
classpath 'com.jakewharton.mosaic:mosaic-gradle-plugin:0.9.0'
93+
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.10'
94+
classpath 'com.jakewharton.mosaic:mosaic-gradle-plugin:0.9.1'
9595
}
9696
}
9797
@@ -111,6 +111,7 @@ certain versions of Kotlin.
111111

112112
| Kotlin | Mosaic |
113113
|--------|---------------|
114+
| 1.9.10 | 0.9.1 |
114115
| 1.9.0 | 0.8.0 - 0.9.0 |
115116
| 1.8.22 | 0.7.1 |
116117
| 1.8.21 | 0.7.0 |

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
GROUP=com.jakewharton.mosaic
2-
VERSION_NAME=0.10.0-SNAPSHOT
2+
VERSION_NAME=0.9.1
33

44
SONATYPE_HOST=DEFAULT
55
SONATYPE_AUTOMATIC_RELEASE=true

0 commit comments

Comments
 (0)