Skip to content

Commit

Permalink
2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
febeling committed Jun 26, 2024
1 parent 7ba103b commit 315fce2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 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.0"
version = "2.1.1"
authors = ["Florian Ebeling <[email protected]>"]

description = "Levenshtein edit distance between strings, a measure for similarity."
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

[![CI](https://github.com/febeling/edit-distance/actions/workflows/rust.yml/badge.svg)](https://github.com/febeling/edit-distance/actions/workflows/rust.yml)

# edit-distance
Expand All @@ -17,7 +16,7 @@ In Cargo.toml add

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

Then re-run `cargo build`. That fetches the dependencies and builds
Expand Down Expand Up @@ -53,10 +52,11 @@ cargo test

## History

2019-03-02 2.1.0 Optimize memory usage
2018-01-02 2.0.1 Update dev-dependencies
2017-07-02 2.0.0
2015-05-01 1.0.0 Release
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
2017-07-02 2.0.0
2015-05-01 1.0.0 Release
2015-04-18 0.0.1 Initial upload

## Credits
Expand Down

0 comments on commit 315fce2

Please sign in to comment.