From d7429f662671fcb13285ba97200aa20108777786 Mon Sep 17 00:00:00 2001 From: Ryan Brooks Date: Sat, 6 Apr 2024 09:10:57 -0700 Subject: [PATCH 1/2] Prepare for Gradle Plugin release 2.2.2 --- README.md | 2 +- gradle-plugin/CHANGELOG.md | 4 ++++ gradle-plugin/README.md | 2 +- gradle/libs.versions.toml | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e4145970..e5efea8f 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.2.0 | N/A | +| `com.emergetools.android` | Emerge Gradle Plugin | 2.2.2 | 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 b2101e17..5aea4694 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.2.2 - 2024-04-08 + +- Add `--class` argument to local snapshots task to allow for specifying specific test classes. [#131](https://github.com/EmergeTools/emerge-android/pull/131) + ## 2.2.1 - 2024-04-03 - Add `tag.setFromVariant()` helper function to set the tag from the Android build diff --git a/gradle-plugin/README.md b/gradle-plugin/README.md index 45d2eb48..efb8eb24 100644 --- a/gradle-plugin/README.md +++ b/gradle-plugin/README.md @@ -364,7 +364,7 @@ Additionally, `ANDROID_SDK_ROOT` must be set and point to the Android SDK locati 1. Update the `emerge-gradle-plugin` version in `/gradle/libs.versions.toml` 2. Update the plugin version in documentation. 3. Update the `/gradle-plugin/CHANGELOG.md` -4. `gt bc -a -m "Prepare for Gradle Plugin release X.Y.Z"` (X.Y.Z is the version set in step 1) +4. `gt bc -am "Prepare for Gradle Plugin release X.Y.Z"` (X.Y.Z is the version set in step 1) 5. `gt ss` 6. Get PR approved and merge 7. Create a new release on GitHub diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 61133664..4eb09a9c 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.2.1" +emerge-gradle-plugin = "2.2.2" emerge-peformance = "2.1.1" emerge-snapshots = "0.8.5" From b428c58c2b252180ef58e2843cc1c0936c4d18d2 Mon Sep 17 00:00:00 2001 From: Ryan Brooks Date: Sat, 6 Apr 2024 09:11:09 -0700 Subject: [PATCH 2/2] Tweak --- gradle-plugin/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle-plugin/README.md b/gradle-plugin/README.md index efb8eb24..b8089e93 100644 --- a/gradle-plugin/README.md +++ b/gradle-plugin/README.md @@ -364,7 +364,7 @@ Additionally, `ANDROID_SDK_ROOT` must be set and point to the Android SDK locati 1. Update the `emerge-gradle-plugin` version in `/gradle/libs.versions.toml` 2. Update the plugin version in documentation. 3. Update the `/gradle-plugin/CHANGELOG.md` -4. `gt bc -am "Prepare for Gradle Plugin release X.Y.Z"` (X.Y.Z is the version set in step 1) +4. `gt c -am "Prepare for Gradle Plugin release X.Y.Z"` (X.Y.Z is the version set in step 1) 5. `gt ss` 6. Get PR approved and merge 7. Create a new release on GitHub