From b87bc3db3cac7f180aa95265f37b2f9bf5b65d55 Mon Sep 17 00:00:00 2001 From: Colin White Date: Mon, 11 Oct 2021 00:07:52 -0400 Subject: [PATCH] Prepare 2.0.0-alpha01. --- CHANGELOG.md | 4 ++-- gradle.properties | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c5e2c7672..180c7d4a3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ # Changelog -## [2.0.0-alpha01] - XXX +## [2.0.0-alpha01] - October 11, 2021 -Coil 2.0.0 is the next major iteration of the library and has new features, improvements to performance, API improvements, and various bug fixes. This release may be binary/source incompatible with future alpha releases until the stable release of 2.0.0. +Coil 2.0.0 is the next major iteration of the library and has new features, performance improvements, API improvements, and various bug fixes. This release may be binary/source incompatible with future alpha releases until the stable release of 2.0.0. - **Important**: The minimum supported API is now 21. - **Important**: Enable `-Xjvm-default=all`. diff --git a/gradle.properties b/gradle.properties index 0610fa45b7..803a862723 100644 --- a/gradle.properties +++ b/gradle.properties @@ -16,7 +16,7 @@ compileSdk=31 # Maven GROUP=io.coil-kt -VERSION_NAME=2.0.0-SNAPSHOT +VERSION_NAME=2.0.0-alpha01 POM_DESCRIPTION=An image loading library for Android backed by Kotlin Coroutines. POM_INCEPTION_YEAR=2019