Skip to content

Commit

Permalink
Prepare for performance 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rbro112 committed Sep 13, 2023
1 parent d6a1b6c commit 4df52fc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ plugins {

dependencies {
// Emerge's Performance Testing SDK (Required):
implementation("com.emergetools.test:performance:2.1.0")
implementation("com.emergetools.test:performance:2.1.1")
// Emerge's UIAutomator helper library (Optional): https://github.com/EmergeTools/relax
implementation("com.emergetools.test:relax:0.1.0")

Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ junit-jupiter = "5.8.2"

# internal
emerge-gradle-plugin = "2.0.1"
emerge-peformance = "2.1.0"
emerge-peformance = "2.1.1"
emerge-snapshots = "0.8.0"

[plugins]
Expand Down
6 changes: 6 additions & 0 deletions performance/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ 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.1.1 - 2023-09-13

### Fixed

- Support for Async spans. [#67](https://github.com/EmergeTools/emerge-android/pull/67).

## 2.1.0 - 2023-09-08

### Added
Expand Down

0 comments on commit 4df52fc

Please sign in to comment.