prep publish 1.9
diff --git a/pkgs/test_reflective_loader/CHANGELOG.md b/pkgs/test_reflective_loader/CHANGELOG.md index b6121a1..616d021 100644 --- a/pkgs/test_reflective_loader/CHANGELOG.md +++ b/pkgs/test_reflective_loader/CHANGELOG.md
@@ -1,3 +1,7 @@ +## 0.1.9 + +- Add `@SkippedTest` annotation and `skip_test` prefix. + ## 0.1.8 - Update `FailingTest` to add named parameters `issue` and `reason`.
diff --git a/pkgs/test_reflective_loader/pubspec.yaml b/pkgs/test_reflective_loader/pubspec.yaml index 3f399ea..8cfc3fa 100644 --- a/pkgs/test_reflective_loader/pubspec.yaml +++ b/pkgs/test_reflective_loader/pubspec.yaml
@@ -1,5 +1,5 @@ name: test_reflective_loader -version: 0.1.8 +version: 0.1.9 description: Support for discovering tests and test suites using reflection. author: Dart Team <misc@dartlang.org>