Compare commits

..

2 Commits

Author SHA1 Message Date
cuddle-please
16c654a7e6 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 19:18:34 +00:00
4b79b6a352 feat: implement naive fuzzy matcher
All checks were successful
continuous-integration/drone/push Build is passing
2024-09-15 21:14:44 +02:00

View File

@ -8,6 +8,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [0.2.1] - 2024-09-15
### Added
- implement naive fuzzy matcher
### Other
- update dependencies
- *(deps)* update rust crate anyhow to v1.0.89