From e29e578296f92f9d0a485994e8dc3858d364dd89 Mon Sep 17 00:00:00 2001 From: Nelson Osacky Date: Wed, 5 Feb 2025 17:33:23 +0100 Subject: [PATCH] Prepare for Gradle plugin release v4.0.9 (#444) --- gradle-plugin/CHANGELOG.md | 3 +++ gradle/libs.versions.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/gradle-plugin/CHANGELOG.md b/gradle-plugin/CHANGELOG.md index 3479722a..655c0c20 100644 --- a/gradle-plugin/CHANGELOG.md +++ b/gradle-plugin/CHANGELOG.md @@ -5,6 +5,9 @@ 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.9 - 2024-02-05 +- Another fix for parsing git information on bitbucket [#442](https://github.com/EmergeTools/emerge-android/pull/442) + ## 4.0.8 - 2024-02-04 - Correctly parse git information on bitbucket and non https urls [#439](https://github.com/EmergeTools/emerge-android/pull/439) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index a3f95a53..2c8e8c9e 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -30,7 +30,7 @@ runtime-android = "1.7.6" foundation-layout-android = "1.7.6" # internal -emerge-gradle-plugin = "4.0.8" +emerge-gradle-plugin = "4.0.9" emerge-performance = "2.1.2" emerge-reaper = "1.0.0" emerge-snapshots = "1.3.2"