Skip to content

Commit 7732504

Browse files
committed
Prepare version 0.12.0
1 parent bfccf07 commit 7732504

File tree

3 files changed

+21
-7
lines changed

3 files changed

+21
-7
lines changed

CHANGELOG.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
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+
517
New:
618
- Add `linuxArm64` target.
719
- Add `rrtop` sample.
@@ -17,7 +29,7 @@ Fixed:
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

2234
New:
2335
- Support Kotlin 1.9.22 via JetBrains Compose compiler 1.5.10.
@@ -194,7 +206,8 @@ Breaking:
194206
Initial 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

README.md

Lines changed: 5 additions & 4 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.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

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.12.0-SNAPSHOT
2+
VERSION_NAME=0.12.0
33

44
SONATYPE_HOST=DEFAULT
55
SONATYPE_AUTOMATIC_RELEASE=true

0 commit comments

Comments
 (0)