Skip to content

Commit 69615b9

Browse files
committed
Version 0.3.13 "Prepare for 0.4!"
Because our plan to the version 0.4 is finally ready, this release makes our first steps for the next major release (most likely 0.4). In fact, some changes are directly from ongoing version 0.4 design branch. * Deprecation of certain types, modules, traits and operator overloads. * New: `prelude` public module * It's currently empty but `use ssdeep::prelude::*;` will be convenient on the next major release. * Other minor fixes / changes * To keep MSRV low, tests need a *lower* version of the `libc` crate.
1 parent 231a552 commit 69615b9

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.13-alpha.0"
3+
version = "0.3.13"
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)