From ceb6e559247657d9ed4bade791e2813633c899ca Mon Sep 17 00:00:00 2001 From: Devon Carew Date: Thu, 7 Dec 2017 18:48:05 -0800 Subject: [PATCH 1/2] Update pubspec.yaml --- pubspec.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index b0ab5d3..73e6d63 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: test_reflective_loader -version: 0.1.1 +version: 0.1.2 description: Support for discovering tests and test suites using reflection. author: Dart Team homepage: https://github.com/dart-lang/test_reflective_loader @@ -7,5 +7,5 @@ homepage: https://github.com/dart-lang/test_reflective_loader environment: sdk: '>=1.0.0 <2.0.0' -dev_dependencies: +dependencies: test: ^0.12.0 From dbfbf90389afc2f82637a559aa24c938921d5ab3 Mon Sep 17 00:00:00 2001 From: Devon Carew Date: Thu, 7 Dec 2017 18:50:27 -0800 Subject: [PATCH 2/2] update the changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ecc4c4..59b2b00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 0.1.2 + +- Update the pubspec `dependencies` section to include `package:test` + ## 0.1.1 - For `@failingTest` tests, properly handle when the test fails by throwing an