From 4b86c266911a9491e12020b4dde1c7c60700d5f6 Mon Sep 17 00:00:00 2001 From: Oleksandr Leushchenko Date: Sat, 23 Mar 2024 19:04:14 +0200 Subject: [PATCH] Version bump --- CHANGELOG.md | 5 +++++ pubspec.yaml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f1148f2..e940247 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [1.7.1] - Fix tags + +* Fix tags when specified in the header +* Skip duplicated empty lines in the header + ## [1.7.0] - Option to disable IntegrationTestBinding inclusion * Update dependencies (by @lsaudon) diff --git a/pubspec.yaml b/pubspec.yaml index fcca6e3..74c04a8 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.0 +version: 1.7.1 repository: https://github.com/olexale/bdd_widget_test issue_tracker: https://github.com/olexale/bdd_widget_test/issues