Skip to content

Commit

Permalink
Prepare for Gradle plugin release 4.0.1 (#278)
Browse files Browse the repository at this point in the history
  • Loading branch information
rbro112 authored Oct 15, 2024
1 parent b5fc654 commit c8d6466
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions gradle-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ 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.1 - 2024-10-15

- Support @PreviewParameter annotated params in snapshots. (Requires snapshots SDK 1.3.0-rc01 or
later). [#271](https://github.com/EmergeTools/emerge-android/pull/271)
- Add `previousSha` field to upload for use with history
tracking. [#274](https://github.com/EmergeTools/emerge-android/pull/274)

## 4.0.0 - 2024-08-26

4.0.0 brings support for Reaper, Emerge's SDK to detect dead code at runtime, as well as cleanups,
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ benchmark-junit4 = "1.2.4"
mockito = "4.0.0"

# internal
emerge-gradle-plugin = "4.0.0"
emerge-gradle-plugin = "4.0.1"
emerge-performance = "2.1.2"
emerge-reaper = "1.0.0-rc02"
emerge-snapshots = "1.3.0-rc01"
Expand Down

0 comments on commit c8d6466

Please sign in to comment.