diff --git a/CHANGELOG.md b/CHANGELOG.md index 0002b7224..547b1d895 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,29 @@ # Change log for refreshVersions +## Version 0.9.6 (2020-10-12) + +### Fixes + +- This release **fixes a major memory leak** that would make Gradle Daemons unusable after several builds (or Gradle syncs/imports). _We are very sorry for that issue, and the annoyance it might have caused. We experienced it too as users, and that's why we are bringing the fix now._ We **took the necessary measures to avoid future recurrence** of such memory leaks. +- Fix of a bug that'd make the first Gradle sync after adding a dependency fail. + +### Breaking change +- If you were using Jetpack Compose, the compiler dependency had its maven coordinates changed in version 1.0.0-alpha04. We updated the `AndroidX.compose.compiler` dependency constant, which means it now works only for Compose 1.0.0-alpha04 and more future versions. + +### New dependency constants + +- Google.android.playServices.mlKit +- Google.mlKit +- KotlinX.serialization.json + +### Deprecated + +Firebase ML Kit has been rebranded to Google ML Kit along with API and feature changes [since 2020-08-14 update](https://firebase.google.com/support/release-notes/android#2020-08-14), so we deprecated the `Firebase.mlKit` dependencies and introduced new ones in `Google.android.playServices.mlKit` and `Google.mlKit`. + +### New features + +- refreshVersions will now warn you when Gradle is not up to date, and will give you the commands to run to update it for you to copy/paste and run. It works if you're using a release candidate, and also if you're using a nightly version! + ## Version 0.9.5 (2020-08-21) This is a **major release** that brings surface-level and internal changes, paving the way for the upcoming 1.0 release. diff --git a/docs/Setting-up.adoc b/docs/Setting-up.adoc index b3418e822..a0978cf33 100644 --- a/docs/Setting-up.adoc +++ b/docs/Setting-up.adoc @@ -1,6 +1,6 @@ :sectanchors: :gradle_version: 6.6.1 -:last_version: 0.9.5 +:last_version: 0.9.6 :last_dev_version: 0.9.6-dev-006 :buildSrc_doc: https://docs.gradle.org/current/userguide/organizing_gradle_projects.html#sec:build_sources :included_builds_support: https://github.com/jmfayard/refreshVersions/issues/205 diff --git a/plugins/version.txt b/plugins/version.txt index 21dce65cc..9cf038687 100644 --- a/plugins/version.txt +++ b/plugins/version.txt @@ -1 +1 @@ -0.9.6-dev-007 +0.9.6 \ No newline at end of file