Compare commits

..

1 Commits

Author SHA1 Message Date
cuddle-please
3b2641dd14 chore(release): 0.2.1
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2024-09-15 20:37:14 +00:00
2 changed files with 5 additions and 6 deletions

View File

@ -6,13 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] ## [Unreleased]
## [0.2.1] - 2024-09-16 ## [0.2.1] - 2024-09-15
### Added ### Added
- implement naive fuzzy matcher - implement naive fuzzy matcher
### Other ### Other
- *(deps)* update rust crate pretty_assertions to v1.4.1
- refactor fuzzy match into own function - refactor fuzzy match into own function
- cleanup warnings - cleanup warnings
- move fuzzy search out of command - move fuzzy search out of command

8
Cargo.lock generated
View File

@ -1145,9 +1145,9 @@ checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
[[package]] [[package]]
name = "pretty_assertions" name = "pretty_assertions"
version = "1.4.1" version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d" checksum = "af7cee1a6c8a5b9208b3cb1061f10c0cb689087b3d8ce85fb9d2dd7a29b6ba66"
dependencies = [ dependencies = [
"diff", "diff",
"yansi", "yansi",
@ -2346,9 +2346,9 @@ dependencies = [
[[package]] [[package]]
name = "yansi" name = "yansi"
version = "1.0.1" version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049" checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec"
[[package]] [[package]]
name = "zeroize" name = "zeroize"