Skip to content

Commit

Permalink
Prepare for Gradle plugin release 4.0.0-beta03 (#211)
Browse files Browse the repository at this point in the history
  • Loading branch information
rbro112 authored Jul 30, 2024
1 parent 2476509 commit 9158f25
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions gradle-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ 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.0-beta03 - 2024-07-30

- Add information for dependency attribution. [#142](https://github.com/EmergeTools/emerge-android/pull/142)
- Add logcat dump to localSnapshots task. [#206](https://github.com/EmergeTools/emerge-android/pull/206)

## 4.0.0-beta02 - 2024-07-24

- Reaper instrumentation to use invoke-static rather than invoke-virtual. [#199](https://github.com/EmergeTools/emerge-android/pull/199)
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-beta02"
emerge-gradle-plugin = "4.0.0-beta03"
emerge-peformance = "2.1.2"
emerge-reaper = "1.0.0-beta02"
emerge-snapshots = "1.1.4"
Expand Down

0 comments on commit 9158f25

Please sign in to comment.