Skip to content

Commit

Permalink
publish 0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
maxbachmann authored Apr 2, 2024
1 parent 680fa50 commit f72cd1c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ This project attempts to adhere to [Semantic Versioning](http://semver.org).

## [Unreleased]

## [0.11.1] - (2024-04-03)

### Fixed

- Drop MSRV down to 1.56 which was mistakenly broken in 0.11.0

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

### Changed
Expand Down Expand Up @@ -197,7 +203,8 @@ vector of results (thanks @ovarene)

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

[Unreleased]: https://github.com/rapidfuzz/strsim-rs/compare/0.11.0...HEAD
[Unreleased]: https://github.com/rapidfuzz/strsim-rs/compare/0.11.1...HEAD
[0.11.1]: https://github.com/rapidfuzz/strsim-rs/compare/0.11.0...0.11.1
[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
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.11.0"
version = "0.11.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 f72cd1c

Please sign in to comment.