We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d2eb08 commit 341bfb9Copy full SHA for 341bfb9
.semrelrc
@@ -0,0 +1,19 @@
1
+{
2
+ "plugins": {
3
+ "commit-analyzer": {
4
+ "name": "default@^1.0.0"
5
+ },
6
+ "ci-condition": {
7
+ "name": "default"
8
9
+ "changelog-generator": {
10
+ "name": "default",
11
+ "options": {
12
+ "emojis": "false"
13
+ }
14
15
+ "provider": {
16
+ "name": "github"
17
18
19
+}
pubspec.yaml
@@ -1,5 +1,5 @@
name: "fuzzywuzzy"
-version: "1.0.4"
+version: "1.1.0"
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"
0 commit comments