From b935e9bd9b6a31abea40158c40c9516c4cb9d9ea Mon Sep 17 00:00:00 2001 From: Oleksandr Leushchenko Date: Fri, 27 Dec 2024 14:41:51 +0200 Subject: [PATCH] Version bump --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 598bbe6..ed07ed5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [1.7.6] - Add relativeToTestFolder + +* Add `relativeToTestFolder` option to control the generated step file location + ## [1.7.5] - Generic step generation fix * Fix generic step generation when parameters combined with data tables diff --git a/pubspec.yaml b/pubspec.yaml index 38be8fa..df5652d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: bdd_widget_test description: A BDD-style widget testing library. Generates Flutter widget tests from *.feature files. -version: 1.7.5 +version: 1.7.6 repository: https://github.com/olexale/bdd_widget_test issue_tracker: https://github.com/olexale/bdd_widget_test/issues