Skip to content

Commit f72cd1c

Browse files
authored
publish 0.11.1
1 parent 680fa50 commit f72cd1c

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

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

55
## [Unreleased]
66

7+
## [0.11.1] - (2024-04-03)
8+
9+
### Fixed
10+
11+
- Drop MSRV down to 1.56 which was mistakenly broken in 0.11.0
12+
713
## [0.11.0] - (2024-01-07)
814

915
### Changed
@@ -197,7 +203,8 @@ vector of results (thanks @ovarene)
197203

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

200-
[Unreleased]: https://github.com/rapidfuzz/strsim-rs/compare/0.11.0...HEAD
206+
[Unreleased]: https://github.com/rapidfuzz/strsim-rs/compare/0.11.1...HEAD
207+
[0.11.1]: https://github.com/rapidfuzz/strsim-rs/compare/0.11.0...0.11.1
201208
[0.11.0]: https://github.com/rapidfuzz/strsim-rs/compare/0.10.0...0.11.0
202209
[0.10.0]: https://github.com/rapidfuzz/strsim-rs/compare/0.9.3...0.10.0
203210
[0.9.3]: https://github.com/rapidfuzz/strsim-rs/compare/0.9.2...0.9.3

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "strsim"
3-
version = "0.11.0"
3+
version = "0.11.1"
44
authors = ["Danny Guo <[email protected]>", "maxbachmann <[email protected]>"]
55
description = """
66
Implementations of string similarity metrics. Includes Hamming, Levenshtein,

0 commit comments

Comments
 (0)