Skip to content

Commit

Permalink
release version 0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
maxbachmann committed Jan 7, 2024
1 parent a5cc615 commit d9f10d5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ This project attempts to adhere to [Semantic Versioning](http://semver.org).

## [Unreleased]

## [0.10.1] - (2024-01-07)

### Changed

- improve OSA implementation
Expand Down Expand Up @@ -195,7 +197,8 @@ vector of results (thanks @ovarene)

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

[Unreleased]: https://github.com/rapidfuzz/strsim-rs/compare/0.10.0...HEAD
[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
[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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "strsim"
version = "0.10.0"
version = "0.10.1"
authors = ["Danny Guo <danny@dannyguo.com>", "maxbachmann <oss@maxbachmann.de>"]
description = """
Implementations of string similarity metrics. Includes Hamming, Levenshtein,
Expand Down

0 comments on commit d9f10d5

Please sign in to comment.