From 6e87e69af90f2ae1230b2188d48dbbcfa66f9338 Mon Sep 17 00:00:00 2001 From: Louis CAD Date: Mon, 14 Sep 2020 12:12:26 +0200 Subject: [PATCH] Prepare for release 3.0.0-beta01 --- CHANGELOG.md | 7 +++++-- README.md | 20 ++++++++++---------- libraries_version.txt | 2 +- plugin/README.adoc | 2 +- 4 files changed, 17 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f98e1ca7..017a8ce8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,11 @@ # Change log for Splitties -## [Unreleased] +## Version 3.0.0-beta01 (2020-09-14) -Compiled with Kotlin 1.4.0 and kotlinx.coroutines 1.3.9-native-mt. +Compiled with Kotlin 1.4.10 and kotlinx.coroutines 1.3.9-native-mt. + +This release has **multiplatform** splits compatible with iOS, macOS and watchOS projects that use Kotlin/Native 1.4.0 and 1.4.10. +Feedback is appreciated (Twitter, Kotlin's Slack, GitHub issues…). ### Platforms added diff --git a/README.md b/README.md index 1dc1ff43..b18dd443 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ See [a short comparison of Splitties with Anko here](Comparison_with_anko.md). Each module has been designed to have a **small footprint** and be as **efficient** as possible. -## All the multiplatform [splits](#what-is-a-split "What is a split in Splitties?") +## All the multiplatform [splits](#what-is-a-split "What is a split in Splitties?") (Kotlin 1.4.10) - **[Bit Flags:](modules/bitflags)** `hasFlag`, `withFlag` and `minusFlag` extensions on `Long`, `Int`, `Short`, `Byte`, and their unsigned counterparts. @@ -142,7 +142,7 @@ Includes the following modules: Gradle dependency: ```kotlin -implementation("com.louiscad.splitties:splitties-fun-pack-android-base:3.0.0-alpha07") +implementation("com.louiscad.splitties:splitties-fun-pack-android-base:3.0.0-beta01") ``` There's also a version with Views DSL. It additionally includes the following modules: @@ -154,7 +154,7 @@ There's also a version with Views DSL. It additionally includes the following mo Gradle dependency: ```kotlin -implementation("com.louiscad.splitties:splitties-fun-pack-android-base-with-views-dsl:3.0.0-alpha07") +implementation("com.louiscad.splitties:splitties-fun-pack-android-base-with-views-dsl:3.0.0-beta01") ``` #### Android AppCompat @@ -168,7 +168,7 @@ These 2 packs include the [Android base](#android-base) pack, and the following Gradle dependency: ```kotlin -implementation("com.louiscad.splitties:splitties-fun-pack-android-appcompat:3.0.0-alpha07") +implementation("com.louiscad.splitties:splitties-fun-pack-android-appcompat:3.0.0-beta01") ``` There's also a version with Views DSL. It additionally includes the Views DSL version of the @@ -178,7 +178,7 @@ There's also a version with Views DSL. It additionally includes the Views DSL ve Gradle dependency: ```kotlin -implementation("com.louiscad.splitties:splitties-fun-pack-android-appcompat-with-views-dsl:3.0.0-alpha07") +implementation("com.louiscad.splitties:splitties-fun-pack-android-appcompat-with-views-dsl:3.0.0-beta01") ``` #### Android Material Components @@ -194,7 +194,7 @@ These 2 packs include the [Android AppCompat](#android-appcompat) pack, and the Gradle dependency: ```kotlin -implementation("com.louiscad.splitties:splitties-fun-pack-android-material-components:3.0.0-alpha07") +implementation("com.louiscad.splitties:splitties-fun-pack-android-material-components:3.0.0-beta01") ``` There's also a version with Views DSL. It additionally includes the Views DSL version of the @@ -205,7 +205,7 @@ There's also a version with Views DSL. It additionally includes the Views DSL ve Gradle dependency: ```kotlin -implementation("com.louiscad.splitties:splitties-fun-pack-android-material-components-with-views-dsl:3.0.0-alpha07") +implementation("com.louiscad.splitties:splitties-fun-pack-android-material-components-with-views-dsl:3.0.0-beta01") ``` #### All the artifacts (47) @@ -216,7 +216,7 @@ into your root project `build.gradle` file: ```groovy allProjects { ext { - splitties_version = "3.0.0-alpha07" + splitties_version = "3.0.0-beta01" } } ``` @@ -290,10 +290,10 @@ allProjects { repositories { google() jcenter() // Add dev versions repo below - maven { url 'https://dl.bintray.com/louiscad/splitties-dev' } + maven(url = "https://dl.bintray.com/louiscad/splitties-dev") } ext { - splitties_version = '3.0.0-dev-077' + splitties_version = '3.0.0-dev-107' } } ``` diff --git a/libraries_version.txt b/libraries_version.txt index 4384c48e..678cbbe7 100644 --- a/libraries_version.txt +++ b/libraries_version.txt @@ -1 +1 @@ -3.0.0-dev-107 +3.0.0-beta01 \ No newline at end of file diff --git a/plugin/README.adoc b/plugin/README.adoc index 632b73aa..df002c30 100644 --- a/plugin/README.adoc +++ b/plugin/README.adoc @@ -1,5 +1,5 @@ :plugin_version: 0.1.0 -:version: 3.0.0-alpha07 +:version: 3.0.0-beta01 :plugin_id: com.louiscad.splitties :gradle_portal: https://plugins.gradle.org/plugin/{plugin_id} :plugin_badge: https://img.shields.io/maven-metadata/v/https/plugins.gradle.org/m2/{plugin_id}/{plugin_id}.gradle.plugin/maven-metadata.xml.svg?label=gradlePluginPortal&style=for-the-badge