diff --git a/CHANGELOG.md b/CHANGELOG.md index 21b26f5..228b084 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,10 @@ +# v2.1.0 + +- Adds new `Kind::JarMavenCentralV1` fingerprint. +- Attempts to improve performance of file-based fingerprinting by paralellizing across threads. + - This was done now that we have several kinds of fingerprints, and we'll probably just keep adding more. + # v2.0.0 Refactored to the new Sparkle-based view of fingerprints. diff --git a/Cargo.toml b/Cargo.toml index a60102b..5e39c3b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fingerprint" -version = "2.0.0" +version = "2.1.0" edition = "2021" [features]