mirror of
https://gitee.com/openharmony/third_party_rust_strsim-rs
synced 2024-11-23 07:39:51 +00:00
Release v0.9.3
This commit is contained in:
parent
605c81c9b9
commit
74ab292905
@ -4,6 +4,8 @@ This project attempts to adhere to [Semantic Versioning](http://semver.org).
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [0.9.3] - (2019-12-12)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fix Jaro and Jaro-Winkler when the arguments have lengths of 1 and are equal.
|
||||
@ -167,7 +169,8 @@ vector of results (thanks @ovarene)
|
||||
|
||||
- Implement Hamming, Jaro, Jaro-Winkler, and Levenshtein
|
||||
|
||||
[Unreleased]: https://github.com/dguo/strsim-rs/compare/0.9.2...HEAD
|
||||
[Unreleased]: https://github.com/dguo/strsim-rs/compare/0.9.3...HEAD
|
||||
[0.9.3]: https://github.com/dguo/strsim-rs/compare/0.9.2...0.9.3
|
||||
[0.9.2]: https://github.com/dguo/strsim-rs/compare/0.9.1...0.9.2
|
||||
[0.9.1]: https://github.com/dguo/strsim-rs/compare/0.9.0...0.9.1
|
||||
[0.9.0]: https://github.com/dguo/strsim-rs/compare/0.8.0...0.9.0
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "strsim"
|
||||
version = "0.9.2"
|
||||
version = "0.9.3"
|
||||
authors = ["Danny Guo <dannyguo91@gmail.com>"]
|
||||
description = """
|
||||
Implementations of string similarity metrics.
|
||||
|
Loading…
Reference in New Issue
Block a user