diff --git a/CHANGELOG.md b/CHANGELOG.md index b5400d42..7e4e7eef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 0.3.1 +- Fix compilation error with Flutter 3.0.0 + ## 0.3.0 - `spotTexts` now matches `EditableText` and `SelectableText` #5 - `spotTexts` now has generic type `` instead of static `Text`. This changes the return type from `MultiWidgetSelector` -> `MultiWidgetSelector` #5 diff --git a/pubspec.yaml b/pubspec.yaml index 1c8b31c1..0507e1e6 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.0 +version: 0.3.1 repository: https://github.com/passsy/spot issue_tracker: https://github.com/passsy/spot/issues