Skip to content

Commit

Permalink
Prepare for release 0.9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisCAD committed Oct 12, 2020
1 parent b6475fb commit c40b686
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion docs/Setting-up.adoc
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion plugins/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.9.6-dev-007
0.9.6

0 comments on commit c40b686

Please sign in to comment.