File tree Expand file tree Collapse file tree 3 files changed +21
-7
lines changed
Expand file tree Collapse file tree 3 files changed +21
-7
lines changed Original file line number Diff line number Diff line change 22
33## [ Unreleased]
44
5+ New:
6+ - Nothing yet!
7+
8+ Changed:
9+ - Nothing yet!
10+
11+ Fixed:
12+ - Nothing yet!
13+
14+
15+ ## [ 0.12.0] - 2024-05-28
16+
517New:
618- Add ` linuxArm64 ` target.
719- Add ` rrtop ` sample.
1729- Use CRLF line endings to fix rendering when a terminal is in raw mode.
1830
1931
20- ## [ 0.11.0] - 2023 -02-27
32+ ## [ 0.11.0] - 2024 -02-27
2133
2234New:
2335- Support Kotlin 1.9.22 via JetBrains Compose compiler 1.5.10.
@@ -194,7 +206,8 @@ Breaking:
194206Initial release!
195207
196208
197- [Unreleased ]: https: // github.com/JakeWharton/mosaic/compare/0.11.0...HEAD
209+ [Unreleased ]: https: // github.com/JakeWharton/mosaic/compare/0.12.0...HEAD
210+ [0.12 .0 ]: https: // github.com/JakeWharton/mosaic/releases/tag/0.12.0
198211[0.11 .0 ]: https: // github.com/JakeWharton/mosaic/releases/tag/0.11.0
199212[0.10 .0 ]: https: // github.com/JakeWharton/mosaic/releases/tag/0.10.0
200213[0.9 .1 ]: https: // github.com/JakeWharton/mosaic/releases/tag/0.9.1
Original file line number Diff line number Diff line change @@ -90,8 +90,8 @@ buildscript {
9090 mavenCentral()
9191 }
9292 dependencies {
93- classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.22 '
94- classpath 'com.jakewharton.mosaic:mosaic-gradle-plugin:0.11 .0'
93+ classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.24 '
94+ classpath 'com.jakewharton.mosaic:mosaic-gradle-plugin:0.12 .0'
9595 }
9696}
9797
@@ -111,6 +111,7 @@ certain versions of Kotlin.
111111
112112| Kotlin | Mosaic |
113113| --------| ---------------|
114+ | 1.9.24 | 0.12.0 |
114115| 1.9.22 | 0.11.0 |
115116| 1.9.20 | 0.10.0 |
116117| 1.9.10 | 0.9.1 |
@@ -138,8 +139,8 @@ buildscript {
138139 }
139140 }
140141 dependencies {
141- classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.22 '
142- classpath 'com.jakewharton.mosaic:mosaic-gradle-plugin:0.12 .0-SNAPSHOT'
142+ classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.24 '
143+ classpath 'com.jakewharton.mosaic:mosaic-gradle-plugin:0.13 .0-SNAPSHOT'
143144 }
144145}
145146
Original file line number Diff line number Diff line change 11GROUP =com.jakewharton.mosaic
2- VERSION_NAME =0.12.0-SNAPSHOT
2+ VERSION_NAME =0.12.0
33
44SONATYPE_HOST =DEFAULT
55SONATYPE_AUTOMATIC_RELEASE =true
You can’t perform that action at this time.
0 commit comments