Skip to content

Commit

Permalink
2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
febeling committed Jun 26, 2024
1 parent 2ae9b3f commit ac2ba2c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "edit-distance"
version = "2.1.1"
version = "2.1.2"
authors = ["Florian Ebeling <[email protected]>"]

description = "Levenshtein edit distance between strings, a measure for similarity."
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ In Cargo.toml add

```toml
[dependencies]
edit-distance = "2.1.1"
edit-distance = "2.1.2"
```

Then re-run `cargo build`. That fetches the dependencies and builds
Expand Down Expand Up @@ -47,6 +47,7 @@ Before sending a pull-request that goes beyond a bugfix, please open an issue to

## History

2024-06-26 2.1.2 Fix formatting
2024-06-26 2.1.1 Replace CI badge, maintenance
2019-03-02 2.1.0 Optimize memory usage
2018-01-02 2.0.1 Update dev-dependencies
Expand Down

0 comments on commit ac2ba2c

Please sign in to comment.