From 77eb040f1b7013c4f98b8f94d97d1d595a7a9be3 Mon Sep 17 00:00:00 2001 From: Pascal Welsch Date: Mon, 26 Jun 2023 04:14:03 +0200 Subject: [PATCH] Prepare Release v0.4.0 --- CHANGELOG.md | 6 ++++++ pubspec.yaml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e4e7eef..c6bc422e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.4.0 +- Added `act.tap(button)` to tap widgets #9 +- Raise min Flutter version to 3.10.0 +- Switch to the official [`checks`](https://pub.dev/packages/checks) package #12 +- Rename `SingleWidgetSnapshot.discoveredElements` -> `SingleWidgetSnapshot.discoveredElement` #11 + ## 0.3.1 - Fix compilation error with Flutter 3.0.0 diff --git a/pubspec.yaml b/pubspec.yaml index be4e7118..93a8ea3b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: spot description: Chainable finders and better assertions for powerful widget tests. -version: 0.3.1 +version: 0.4.0 repository: https://github.com/passsy/spot issue_tracker: https://github.com/passsy/spot/issues