From 1c4ca0b7c903c2457372eecf921e20190139edbe Mon Sep 17 00:00:00 2001 From: Kevin Moore Date: Sun, 2 Jun 2024 00:23:33 -0700 Subject: [PATCH] prepare to publish test_api --- pkgs/test_api/CHANGELOG.md | 2 +- pkgs/test_api/pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/test_api/CHANGELOG.md b/pkgs/test_api/CHANGELOG.md index df4ff3174..56050d738 100644 --- a/pkgs/test_api/CHANGELOG.md +++ b/pkgs/test_api/CHANGELOG.md @@ -1,4 +1,4 @@ -## 0.7.2-wip +## 0.7.2 * Update min SDK constraint to 3.2.0. diff --git a/pkgs/test_api/pubspec.yaml b/pkgs/test_api/pubspec.yaml index 3896d901b..fd9a94872 100644 --- a/pkgs/test_api/pubspec.yaml +++ b/pkgs/test_api/pubspec.yaml @@ -1,5 +1,5 @@ name: test_api -version: 0.7.2-wip +version: 0.7.2 description: >- The user facing API for structuring Dart tests and checking expectations. repository: https://github.com/dart-lang/test/tree/master/pkgs/test_api