From 8174b9c6e2d7791e01363aabd4d287736bfa38c4 Mon Sep 17 00:00:00 2001 From: Ryan Brooks Date: Mon, 13 Nov 2023 14:22:54 -0800 Subject: [PATCH] Prepare for Gradle Plugin release 2.1.6 (#114) * Prepare for Gradle Plugin release 2.1.6 * Readme --- README.md | 2 +- gradle-plugin/CHANGELOG.md | 4 ++++ gradle/libs.versions.toml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f17bff8c..32b43e7f 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ repository contains all publicly available Emerge Android products and integrati | Artifact | Description | Latest | Min SDK | |-------------------------------------------------|-------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------| -| `com.emergetools.android` | Emerge Gradle Plugin | 2.1.5 | N/A | +| `com.emergetools.android` | Emerge Gradle Plugin | 2.1.6 | N/A | | `com.emergetools.test:performance` | Performance testing SDK | [![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.emergetools.test/performance/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.emergetools.test/performance) | 23 | | `com.emergetools.snapshots:snapshots` | Snapshot testing SDK | [![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.emergetools.snapshots/snapshots/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.emergetools.snapshots/snapshots) | 26 | | `com.emergetools.snapshots:snapshots-processor` | Snapshot KSP processor for Composable snapshots | [![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.emergetools.snapshots/snapshots-processor/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.emergetools.snapshots/snapshots) | N/A | diff --git a/gradle-plugin/CHANGELOG.md b/gradle-plugin/CHANGELOG.md index e633d21a..cab40084 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). +## 2.1.6 - 2023-11-13 + +- Fix for Git configuration cache issues. [#52](https://github.com/EmergeTools/emerge-android/pull/52) + ## 2.1.5 - 2023-11-03 - Add `apiVersion` param for diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 06b87450..7ce8e069 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -14,7 +14,7 @@ okhttp = "4.10.0" junit-jupiter = "5.8.2" # internal -emerge-gradle-plugin = "2.1.5" +emerge-gradle-plugin = "2.1.6" emerge-peformance = "2.1.1" emerge-snapshots = "0.8.5"