diff --git a/CHANGELOG.md b/CHANGELOG.md index 558cbf9..9c188a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ This project attempts to adhere to [Semantic Versioning](http://semver.org). ## [Unreleased] -## [0.10.1] - (2024-01-07) +## [0.11.0] - (2024-01-07) ### Changed @@ -197,8 +197,8 @@ vector of results (thanks @ovarene) - Implement Hamming, Jaro, Jaro-Winkler, and Levenshtein -[Unreleased]: https://github.com/rapidfuzz/strsim-rs/compare/0.10.1...HEAD -[0.10.1]: https://github.com/rapidfuzz/strsim-rs/compare/0.10.0...0.10.1 +[Unreleased]: https://github.com/rapidfuzz/strsim-rs/compare/0.11.0...HEAD +[0.11.0]: https://github.com/rapidfuzz/strsim-rs/compare/0.10.0...0.11.0 [0.10.0]: https://github.com/rapidfuzz/strsim-rs/compare/0.9.3...0.10.0 [0.9.3]: https://github.com/rapidfuzz/strsim-rs/compare/0.9.2...0.9.3 [0.9.2]: https://github.com/rapidfuzz/strsim-rs/compare/0.9.1...0.9.2 diff --git a/Cargo.toml b/Cargo.toml index 8e0cd10..12680b9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "strsim" -version = "0.10.1" +version = "0.11.0" authors = ["Danny Guo ", "maxbachmann "] description = """ Implementations of string similarity metrics. Includes Hamming, Levenshtein,