Skip to content

Commit

Permalink
Prepare for Reaper release 1.0.0-beta02 (#202)
Browse files Browse the repository at this point in the history
* Prepare for Reaper release 1.0.0-beta02

* Changelog
  • Loading branch information
rbro112 authored Jul 24, 2024
1 parent 9406cca commit b7e3b74
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ mockito = "4.0.0"
# internal
emerge-gradle-plugin = "4.0.0-beta02"
emerge-peformance = "2.1.2"
emerge-reaper = "1.0.0-beta01"
emerge-reaper = "1.0.0-beta02"
emerge-snapshots = "1.1.4"

[plugins]
Expand Down
7 changes: 7 additions & 0 deletions reaper/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ All notable changes to reaper 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).


## 1.0.0-beta02 - 2024-07-24

- Add `@JvmStatic` so Reaper instrumentation can use invoke-static rather than invoke-virtual. [#199](https://github.com/EmergeTools/emerge-android/pull/199)
- Lower minSdk to 21. [#198](https://github.com/EmergeTools/emerge-android/pull/198)
- Handle 404 response to not report Reaper error. [#196](https://github.com/EmergeTools/emerge-android/pull/196)

## 1.0.0-beta01 - 2024-07-10

- Initial public release of Reaper for Android.

0 comments on commit b7e3b74

Please sign in to comment.