From ae2ab1ee2592a3c610999e16cf5503005c6aa954 Mon Sep 17 00:00:00 2001 From: Jacob MacDonald Date: Tue, 8 Aug 2023 15:00:24 -0700 Subject: [PATCH] publish test_core v0.5.6 (#2076) --- pkgs/test_core/CHANGELOG.md | 2 +- pkgs/test_core/pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/test_core/CHANGELOG.md b/pkgs/test_core/CHANGELOG.md index 3d3715755..b9da701fe 100644 --- a/pkgs/test_core/CHANGELOG.md +++ b/pkgs/test_core/CHANGELOG.md @@ -1,4 +1,4 @@ -## 0.5.6-wip +## 0.5.6 * Add support for discontinuing after the first failing test with `--fail-fast`. diff --git a/pkgs/test_core/pubspec.yaml b/pkgs/test_core/pubspec.yaml index 3d374478b..1567bce61 100644 --- a/pkgs/test_core/pubspec.yaml +++ b/pkgs/test_core/pubspec.yaml @@ -1,5 +1,5 @@ name: test_core -version: 0.5.6-wip +version: 0.5.6 description: A basic library for writing tests and running them on the VM. repository: https://github.com/dart-lang/test/tree/master/pkgs/test_core