Skip to content

Commit 09fd5d9

Browse files
committed
fix version number
1 parent e7a3b55 commit 09fd5d9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

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

55
## [Unreleased]
66

7-
## [0.10.1] - (2024-01-07)
7+
## [0.11.0] - (2024-01-07)
88

99
### Changed
1010

@@ -197,8 +197,8 @@ vector of results (thanks @ovarene)
197197

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

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
200+
[Unreleased]: https://github.com/rapidfuzz/strsim-rs/compare/0.11.0...HEAD
201+
[0.11.0]: https://github.com/rapidfuzz/strsim-rs/compare/0.10.0...0.11.0
202202
[0.10.0]: https://github.com/rapidfuzz/strsim-rs/compare/0.9.3...0.10.0
203203
[0.9.3]: https://github.com/rapidfuzz/strsim-rs/compare/0.9.2...0.9.3
204204
[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.1"
3+
version = "0.11.0"
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)