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 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