Skip to content

Commit

Permalink
Release v0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dguo committed May 9, 2019
1 parent dfba131 commit cc25041
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ This project attempts to adhere to [Semantic Versioning](http://semver.org).

## [Unreleased]

## [0.9.2] - (2019-05-09)

### Changed

- Revert back to the standard library hashmap because it will use hashbrown very
Expand Down Expand Up @@ -119,7 +121,8 @@ vector of results (thanks @ovarene)
### Added
- Implement Hamming, Jaro, Jaro-Winkler, and Levenshtein

[Unreleased]: https://github.com/dguo/strsim-rs/compare/0.9.1...HEAD
[Unreleased]: https://github.com/dguo/strsim-rs/compare/0.9.2...HEAD
[0.9.2]: https://github.com/dguo/strsim-rs/compare/0.9.1...0.9.2
[0.9.1]: https://github.com/dguo/strsim-rs/compare/0.9.0...0.9.1
[0.9.0]: https://github.com/dguo/strsim-rs/compare/0.8.0...0.9.0
[0.8.0]: https://github.com/dguo/strsim-rs/compare/0.7.0...0.8.0
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.9.1"
version = "0.9.2"
authors = ["Danny Guo <[email protected]>"]
description = """
Implementations of string similarity metrics.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ There are also generic versions of the functions for non-string inputs.
your `Cargo.toml`:
```toml
[dependencies]
strsim = "0.9.1"
strsim = "0.9.2"
```

## Usage
Expand Down

0 comments on commit cc25041

Please sign in to comment.