From ade8d1c898dba2fe8830e5d0a7cd4d66fb028131 Mon Sep 17 00:00:00 2001 From: SphericalKat Date: Tue, 6 Apr 2021 13:46:03 +0530 Subject: [PATCH] chore(publish): bump package version Signed-off-by: SphericalKat --- CHANGELOG.md | 4 ++++ README.md | 2 +- pubspec.yaml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 113ff85..0f8dfcd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.1.6 +- Bump dependencies +- Use explicit type parameters in test and examples + ## 0.1.5 - Add support for extraction from generic lists - Add tests for generic lists diff --git a/README.md b/README.md index 9effca5..8fdd5ba 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ I personally needed to use this for my own search algorithms, and there weren't ```yaml dependencies: - fuzzywuzzy: 0.1.5 # latest version + fuzzywuzzy: 0.1.6 # latest version ``` ## Usage diff --git a/pubspec.yaml b/pubspec.yaml index b5b84ee..16fa24b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: "fuzzywuzzy" -version: "0.1.5" +version: "0.1.6" homepage: "https://github.com/sphericalkat/dart-fuzzywuzzy" description: An implementation of the popular fuzzywuzzy package in Dart, to suit all your fuzzy string matching/searching needs! repository: "https://github.com/sphericalkat/dart-fuzzywuzzy"