Skip to content

Commit 42ae245

Browse files
committed
Version 0.3.15 "Prepare for 0.4! (3)"
While the feature itself is unchanged, its internals are being changed to minimize differences between working version 0.4 branch (despite that the most of version 0.4 implementation will be an atomic commit, minimizing the differences is important for fast understandings). There are also many documentation fixes since the author is now reviewing the version 0.3 codebase to reimplement version 0.4. * Deprecations of some features (see the documentation). * Various documentation fixes. * Internal changes * Splitted internal hashes inside the generator to make vendoring easier (vendoring is an option because they are going to be private on the next major release). * Invariants (internally used in the crate) are easier to use. * Tidying to minimize differences between this version and version 0.4. * This is in the progress and version 0.3.16 will have bigger differences (without making no public differences).
1 parent d804199 commit 42ae245

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ffuzzy/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ffuzzy"
3-
version = "0.3.15-alpha.0"
3+
version = "0.3.15"
44
description = "Library to generate / parse / compare ssdeep Context Triggered Piecewise Hashes (CTPH)"
55
authors = ["Tsukasa OI", "Helmut Grohne", "Jesse Kornblum"]
66
keywords = ["ssdeep", "fuzzy", "hash", "security", "clustering"]

0 commit comments

Comments
 (0)