From d291342b87a2d8b94019453660317c6eef603073 Mon Sep 17 00:00:00 2001 From: "Rachel M. Carmena" Date: Tue, 27 Apr 2021 14:13:33 +0200 Subject: [PATCH] Release 0.12.1 (#2383) --- README.md | 14 +++++++------- arrow-libs/gradle.properties | 2 +- arrow-site/docs/_data/doc-versions.yml | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 65dffc843f8..7524d354a5c 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ Add the dependencies into the project's `build.gradle`: ```groovy apply plugin: 'kotlin-kapt' -def arrow_version = "0.12.0" +def arrow_version = "0.12.1" dependencies { implementation "io.arrow-kt:arrow-core:$arrow_version" implementation "io.arrow-kt:arrow-syntax:$arrow_version" @@ -83,7 +83,7 @@ dependencies { ```groovy apply plugin: 'kotlin-kapt' -def arrow_version = "0.12.0" +def arrow_version = "0.12.1" dependencies { implementation "io.arrow-kt:arrow-optics:$arrow_version" implementation "io.arrow-kt:arrow-syntax:$arrow_version" @@ -96,7 +96,7 @@ dependencies { ```groovy apply plugin: 'kotlin-kapt' -def arrow_version = "0.12.0" +def arrow_version = "0.12.1" dependencies { implementation "io.arrow-kt:arrow-fx:$arrow_version" implementation "io.arrow-kt:arrow-syntax:$arrow_version" @@ -109,7 +109,7 @@ dependencies { ```groovy apply plugin: 'kotlin-kapt' -def arrow_version = "0.12.0" +def arrow_version = "0.12.1" dependencies { implementation "io.arrow-kt:arrow-fx:$arrow_version" implementation "io.arrow-kt:arrow-optics:$arrow_version" @@ -129,7 +129,7 @@ Add the dependencies into the project's `build.gradle` apply plugin: 'kotlin-kapt' //optional apply from: rootProject.file('gradle/generated-kotlin-sources.gradle') //only for Android projects -def arrow_version = "0.12.0" +def arrow_version = "0.12.1" dependencies { ... kapt "io.arrow-kt:arrow-meta:$arrow_version" //optional @@ -184,7 +184,7 @@ Add to your `pom.xml` file the following properties: ```xml 1.4.0 - 0.12.0 + 0.12.1 ``` @@ -275,7 +275,7 @@ To avoid specifying the Arrow version for every dependency, a BOM file is availa ## Next development version -If you want to try the latest features, replace `0.12.0` with `0.13.0-SNAPSHOT` and add this repository: +If you want to try the latest features, replace `0.12.1` with `0.13.0-SNAPSHOT` and add this repository: ```groovy allprojects { diff --git a/arrow-libs/gradle.properties b/arrow-libs/gradle.properties index e2b2510b375..393f1a089e5 100644 --- a/arrow-libs/gradle.properties +++ b/arrow-libs/gradle.properties @@ -1,7 +1,7 @@ # Package definitions GROUP=io.arrow-kt VERSION_NAME=0.13.0-SNAPSHOT -LATEST_VERSION=0.12.0 +LATEST_VERSION=0.12.1 # Versions ANDROID_LIFECYCLE_VERSION=2.2.0 ANDROID_TOOLS_BUILD_PLUGIN_VERSION=4.0.0 diff --git a/arrow-site/docs/_data/doc-versions.yml b/arrow-site/docs/_data/doc-versions.yml index e85a605a786..671f8ddc637 100644 --- a/arrow-site/docs/_data/doc-versions.yml +++ b/arrow-site/docs/_data/doc-versions.yml @@ -12,7 +12,7 @@ docVersions: url: https://arrow-kt.io/docs/0.11/ previous: https://arrow-kt.io/docs/0.10/ - - title: "v0.12.0" + - title: "v0.12.1" url: https://arrow-kt.io/ previous: https://arrow-kt.io/docs/0.11/