Skip to content

Commit

Permalink
Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
comigor committed Oct 4, 2023
1 parent 8e48096 commit 45f60ae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# CHANGELOG

## 0.5.1
- Range error when using limit argument to fuse.search, closes #25. [Original PR](https://github.com/comigor/fuzzy/pull/26).

## 0.5.0
- Dart 3 support added.

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: fuzzy
version: 0.5.0
version: 0.5.1

description: >
Fuzzy search in Dart. Initially a code conversion, subset of Fuse.js.
Expand Down

0 comments on commit 45f60ae

Please sign in to comment.