From 37ca4217f2b5f810b8b511f7f0cc7bac00daf853 Mon Sep 17 00:00:00 2001 From: Pascal Welsch Date: Mon, 19 Feb 2024 02:41:47 +0100 Subject: [PATCH] Prepare release v0.11.0 --- CHANGELOG.md | 7 +++++++ pubspec.yaml | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d857c1d4..eaf5c304 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 0.11.0 + +- Add support for Flutter 3.20 +- Update `checks` to 0.3.0 #48 +- Remove deprecated property `selector` from `withProp()` and `hasProp()`. Use `elementSelector` instead +- Widen `test_api` version range to include `0.7.X` + ## 0.10.0 ### High-level API changes diff --git a/pubspec.yaml b/pubspec.yaml index cb4c75fc..9022e568 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: spot -description: Chainable powerful finder API, screenshots and assertions for awesome widget tests. -version: 0.10.0 +description: Chainable powerful widget selector API, screenshots and assertions for awesome widget tests. +version: 0.11.0 repository: https://github.com/passsy/spot issue_tracker: https://github.com/passsy/spot/issues