Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jssblck committed Jun 15, 2024
1 parent 0547ab7 commit e0d6fc6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
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 = "fingerprint"
version = "2.0.0"
version = "2.1.0"
edition = "2021"

[features]
Expand Down

0 comments on commit e0d6fc6

Please sign in to comment.