diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ad3b4b..30d9ef6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ -## 0.12.17 +## 0.12.16+1 * Require Dart 3.0 +* Support latest version of `package:test_api`. ## 0.12.16 diff --git a/pubspec.yaml b/pubspec.yaml index 0c0d4b6..8b6df88 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: matcher -version: 0.12.17 +version: 0.12.16+1 description: >- Support for specifying test expectations via an extensible Matcher class. Also includes a number of built-in Matcher implementations for common cases. @@ -19,7 +19,3 @@ dev_dependencies: fake_async: ^1.3.0 lints: ^3.0.0 test: ^1.23.0 - -dependency_overrides: - test: 1.25.0 - test_api: 0.7.0