diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index f6df07bf..dfcd43d8 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -13,7 +13,7 @@ junit-jupiter = "5.8.2" # internal emerge-gradle-plugin = "3.0.0-rc03" emerge-peformance = "2.1.2" -emerge-snapshots = "1.0.0-rc02" +emerge-snapshots = "1.0.0" [plugins] android-application = { id = "com.android.application", version.ref = "agp" } diff --git a/snapshots/CHANGELOG.md b/snapshots/CHANGELOG.md index 4f66a7a8..96512e75 100644 --- a/snapshots/CHANGELOG.md +++ b/snapshots/CHANGELOG.md @@ -5,6 +5,13 @@ All notable changes to snapshots & snapshots-processor will be documented in thi 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). +## 1.0.0 - 2024-05-29 + +- Adds support for better compose preview error + reporting. [#155](https://github.com/EmergeTools/emerge-android/pull/155) +- Adds support for direct compose preview invoking without needing + KSP. [#123](https://github.com/EmergeTools/emerge-android/pull/123) + ## 1.0.0-rc02 - 2024-05-24 - Adds support for better compose preview error diff --git a/snapshots/README.md b/snapshots/README.md index 3b769a47..9614ccca 100644 --- a/snapshots/README.md +++ b/snapshots/README.md @@ -284,8 +284,14 @@ class ExampleMainActivityTest { 1. Update the `emerge-snapshots` version in `/gradle/libs.versions.toml` 2. Update the `/snapshots/CHANGELOG.md` -3. `gt bc -a -m "Prepare for Snapshots release X.Y.Z"` (where X.Y.Z is the version set in step 1) +3. `gt c -am "Prepare for Snapshots release X.Y.Z"` (where X.Y.Z is the version set in step 1) + 1. Alt + 1. `git add *` + 2. `git commit -m "Prepare for Android perf testing deploy X.Y.Z"` 4. `gt ss` + 1. Alt: + 1. `git push` + 2. Open PR 5. Get PR approved and merge 6. Create a new release on GitHub 7. Tag version `snapshots-vX.Y.Z`