Skip to content

Commit d9f10d5

Browse files
committed
release version 0.10.1
1 parent a5cc615 commit d9f10d5

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ This project attempts to adhere to [Semantic Versioning](http://semver.org).
44

55
## [Unreleased]
66

7+
## [0.10.1] - (2024-01-07)
8+
79
### Changed
810

911
- improve OSA implementation
@@ -195,7 +197,8 @@ vector of results (thanks @ovarene)
195197

196198
- Implement Hamming, Jaro, Jaro-Winkler, and Levenshtein
197199

198-
[Unreleased]: https://github.com/rapidfuzz/strsim-rs/compare/0.10.0...HEAD
200+
[Unreleased]: https://github.com/rapidfuzz/strsim-rs/compare/0.10.1...HEAD
201+
[0.10.1]: https://github.com/rapidfuzz/strsim-rs/compare/0.10.0...0.10.1
199202
[0.10.0]: https://github.com/rapidfuzz/strsim-rs/compare/0.9.3...0.10.0
200203
[0.9.3]: https://github.com/rapidfuzz/strsim-rs/compare/0.9.2...0.9.3
201204
[0.9.2]: https://github.com/rapidfuzz/strsim-rs/compare/0.9.1...0.9.2

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "strsim"
3-
version = "0.10.0"
3+
version = "0.10.1"
44
authors = ["Danny Guo <danny@dannyguo.com>", "maxbachmann <oss@maxbachmann.de>"]
55
description = """
66
Implementations of string similarity metrics. Includes Hamming, Levenshtein,

0 commit comments

Comments
 (0)