Skip to content

Commit

Permalink
Released 1.1.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
SphericalKat committed Jun 23, 2023
1 parent 257c9ba commit c73075c
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 11 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 1.1.5
- ignored .failed_tracker
- fix(treewide): remove unnecessary code
- [skip ci] fix(example): format it a little better
- [skip ci] fix(readme): update latest package version
- [skip ci] Release

## 1.1.4 (2023-06-22)

#### Bug Fixes
Expand Down
3 changes: 3 additions & 0 deletions lib/src/version/version.g.dart
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
/// GENERATED BY pub_release do not modify.
/// fuzzywuzzy version
String packageVersion = '1.1.5';
19 changes: 8 additions & 11 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
name: "fuzzywuzzy"
version: "1.1.4"
homepage: "https://github.com/sphericalkat/dart-fuzzywuzzy"
name: fuzzywuzzy
version: 1.1.5
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"

environment:
sdk: ">=3.0.0 <4.0.0"

dependencies:
repository: https://github.com/sphericalkat/dart-fuzzywuzzy
environment:
sdk: '>=3.0.0 <4.0.0'
dependencies:
collection: ^1.16.0

dev_dependencies:
dev_dependencies:
test: ^1.24.3
lints: ^2.1.1
analyzer: ^5.13.0

0 comments on commit c73075c

Please sign in to comment.