From fae85dacc13790be588fa5e77af2028bc6a3211c Mon Sep 17 00:00:00 2001 From: Matthew Nelson Date: Mon, 15 Nov 2021 10:27:22 -0500 Subject: [PATCH] Prepare 1.0.2 release --- CHANGELOG.md | 5 +++++ README.md | 4 ++-- build.gradle.kts | 8 ++------ kotlin-components | 2 +- 4 files changed, 10 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1514cb15..7ab28bd4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # CHANGELOG +## Version 1.0.2 (2021-11-15) + - Drops kotlin gradle plugin version down to 1.5.31 for source + compatibility. + - Will update to 1.6.0 when atomicfu & coroutines are released for it. + ## Version 1.0.1 (2021-11-13) - Add base 16 module - Fixes potential Kotlin/Native freezing issue diff --git a/README.md b/README.md index 4e0033f1..da3d381f 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ A full list of `kotlin-components` projects can be found [HERE](https://kotlin-c // build.gradle.kts dependencies { - val encoding = "1.0.1" + val encoding = "1.0.2" implementation("io.matthewnelson.kotlin-components:encoding-base16:$encoding") implementation("io.matthewnelson.kotlin-components:encoding-base32:$encoding") implementation("io.matthewnelson.kotlin-components:encoding-base64:$encoding") @@ -31,7 +31,7 @@ dependencies { // build.gradle dependencies { - def encoding = "1.0.1" + def encoding = "1.0.2" implementation "io.matthewnelson.kotlin-components:encoding-base16:$encoding" implementation "io.matthewnelson.kotlin-components:encoding-base32:$encoding" implementation "io.matthewnelson.kotlin-components:encoding-base64:$encoding" diff --git a/build.gradle.kts b/build.gradle.kts index 7db83e17..c89b6dea 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -15,11 +15,7 @@ buildscript { dependencies { classpath(io.matthewnelson.kotlin.components.dependencies.plugins.android.gradle) - - /* Replace version 1.5.31 with 1.6.0-RC2 due to native test errors with llvm */ - classpath(io.matthewnelson.kotlin.components.dependencies.plugins.kotlin.gradle - .replaceAfterLast(':', "1.6.0-RC2") - ) + classpath(io.matthewnelson.kotlin.components.dependencies.plugins.kotlin.gradle) classpath(io.matthewnelson.kotlin.components.dependencies.plugins.intellij) classpath(io.matthewnelson.kotlin.components.dependencies.plugins.mavenPublish) @@ -52,7 +48,7 @@ plugins { kmpPublish { setupRootProject( - versionName = "1.0.2-SNAPSHOT", + versionName = "1.0.2", versionCode = 102000, pomInceptionYear = 2021, ) diff --git a/kotlin-components b/kotlin-components index ed6d05c2..cace7092 160000 --- a/kotlin-components +++ b/kotlin-components @@ -1 +1 @@ -Subproject commit ed6d05c26b26f9f3c0fd15a02408fd1ed8c17837 +Subproject commit cace70921206f993b65e649854827b424af8cb5a