From 12ba50a9773bc86e39a49ab8bb7fe9965c82836c Mon Sep 17 00:00:00 2001 From: Nelson Osacky Date: Wed, 8 Jan 2025 10:39:08 -0500 Subject: [PATCH] Prepare for Gradle plugin release 4.0.5 (#329) --- gradle-plugin/CHANGELOG.md | 4 ++++ gradle/libs.versions.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gradle-plugin/CHANGELOG.md b/gradle-plugin/CHANGELOG.md index 6c2a84da..de5e204a 100644 --- a/gradle-plugin/CHANGELOG.md +++ b/gradle-plugin/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 4.0.5 - 2024-01-08 + +- Introduce separate `logExtension` task to log VCS options. Fixes [322](https://github.com/EmergeTools/emerge-android/issues/322) [327](https://github.com/EmergeTools/emerge-android/pull/327) + ## 4.0.4 - 2024-12-12 Changes since 4.0.4-beta01: diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index d83fcd07..a3b2525f 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -31,7 +31,7 @@ runtime-android = "1.7.3" foundation-layout-android = "1.7.3" # internal -emerge-gradle-plugin = "4.0.4" +emerge-gradle-plugin = "4.0.5" emerge-performance = "2.1.2" emerge-reaper = "1.0.0" emerge-snapshots = "1.3.1-beta01"