mirror of
				https://github.com/JakeWharton/mosaic.git
				synced 2025-11-04 14:36:58 +08:00 
			
		
		
		
	Prepare version 0.12.0
This commit is contained in:
		
							
								
								
									
										17
									
								
								CHANGELOG.md
									
									
									
									
									
								
							
							
						
						
									
										17
									
								
								CHANGELOG.md
									
									
									
									
									
								
							@ -2,6 +2,18 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
## [Unreleased]
 | 
					## [Unreleased]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					New:
 | 
				
			||||||
 | 
					- Nothing yet!
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					Changed:
 | 
				
			||||||
 | 
					- Nothing yet!
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					Fixed:
 | 
				
			||||||
 | 
					- Nothing yet!
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					## [0.12.0] - 2024-05-28
 | 
				
			||||||
 | 
					
 | 
				
			||||||
New:
 | 
					New:
 | 
				
			||||||
- Add `linuxArm64` target.
 | 
					- Add `linuxArm64` target.
 | 
				
			||||||
- Add `rrtop` sample.
 | 
					- Add `rrtop` sample.
 | 
				
			||||||
@ -17,7 +29,7 @@ Fixed:
 | 
				
			|||||||
- Use CRLF line endings to fix rendering when a terminal is in raw mode.
 | 
					- Use CRLF line endings to fix rendering when a terminal is in raw mode.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## [0.11.0] - 2023-02-27
 | 
					## [0.11.0] - 2024-02-27
 | 
				
			||||||
 | 
					
 | 
				
			||||||
New:
 | 
					New:
 | 
				
			||||||
- Support Kotlin 1.9.22 via JetBrains Compose compiler 1.5.10.
 | 
					- Support Kotlin 1.9.22 via JetBrains Compose compiler 1.5.10.
 | 
				
			||||||
@ -194,7 +206,8 @@ Breaking:
 | 
				
			|||||||
Initial release!
 | 
					Initial release!
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[Unreleased]: https://github.com/JakeWharton/mosaic/compare/0.11.0...HEAD
 | 
					[Unreleased]: https://github.com/JakeWharton/mosaic/compare/0.12.0...HEAD
 | 
				
			||||||
 | 
					[0.12.0]: https://github.com/JakeWharton/mosaic/releases/tag/0.12.0
 | 
				
			||||||
[0.11.0]: https://github.com/JakeWharton/mosaic/releases/tag/0.11.0
 | 
					[0.11.0]: https://github.com/JakeWharton/mosaic/releases/tag/0.11.0
 | 
				
			||||||
[0.10.0]: https://github.com/JakeWharton/mosaic/releases/tag/0.10.0
 | 
					[0.10.0]: https://github.com/JakeWharton/mosaic/releases/tag/0.10.0
 | 
				
			||||||
[0.9.1]: https://github.com/JakeWharton/mosaic/releases/tag/0.9.1
 | 
					[0.9.1]: https://github.com/JakeWharton/mosaic/releases/tag/0.9.1
 | 
				
			||||||
 | 
				
			|||||||
@ -90,8 +90,8 @@ buildscript {
 | 
				
			|||||||
    mavenCentral()
 | 
					    mavenCentral()
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
  dependencies {
 | 
					  dependencies {
 | 
				
			||||||
    classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.22'
 | 
					    classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.24'
 | 
				
			||||||
    classpath 'com.jakewharton.mosaic:mosaic-gradle-plugin:0.11.0'
 | 
					    classpath 'com.jakewharton.mosaic:mosaic-gradle-plugin:0.12.0'
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@ -111,6 +111,7 @@ certain versions of Kotlin.
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
| Kotlin | Mosaic        |
 | 
					| Kotlin | Mosaic        |
 | 
				
			||||||
|--------|---------------|
 | 
					|--------|---------------|
 | 
				
			||||||
 | 
					| 1.9.24 | 0.12.0        |
 | 
				
			||||||
| 1.9.22 | 0.11.0        |
 | 
					| 1.9.22 | 0.11.0        |
 | 
				
			||||||
| 1.9.20 | 0.10.0        |
 | 
					| 1.9.20 | 0.10.0        |
 | 
				
			||||||
| 1.9.10 | 0.9.1         |
 | 
					| 1.9.10 | 0.9.1         |
 | 
				
			||||||
@ -138,8 +139,8 @@ buildscript {
 | 
				
			|||||||
    }
 | 
					    }
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
  dependencies {
 | 
					  dependencies {
 | 
				
			||||||
    classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.22'
 | 
					    classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.24'
 | 
				
			||||||
    classpath 'com.jakewharton.mosaic:mosaic-gradle-plugin:0.12.0-SNAPSHOT'
 | 
					    classpath 'com.jakewharton.mosaic:mosaic-gradle-plugin:0.13.0-SNAPSHOT'
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
@ -1,5 +1,5 @@
 | 
				
			|||||||
GROUP=com.jakewharton.mosaic
 | 
					GROUP=com.jakewharton.mosaic
 | 
				
			||||||
VERSION_NAME=0.12.0-SNAPSHOT
 | 
					VERSION_NAME=0.12.0
 | 
				
			||||||
 | 
					
 | 
				
			||||||
SONATYPE_HOST=DEFAULT
 | 
					SONATYPE_HOST=DEFAULT
 | 
				
			||||||
SONATYPE_AUTOMATIC_RELEASE=true
 | 
					SONATYPE_AUTOMATIC_RELEASE=true
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user