Skip to content

Commit 6438584

Browse files
committed
Version 0.3.6
At the same time we are preparing for the large test rewrite, we continuously seeking rooms for improvement. * Performance * Possible optimization by the standard library: `NumericWindows` This version implemented the marker trait `FusedIterator` for `NumericWindows`. It helps optimization primarily on the standard library. * Maintainability * Preparation for Rust 2024 Rust 2024 will raise a warning when an unsafe item is used without an unsafe block (even in an unsafe function). `FuzzyHashData::new_from_internals_unchecked()` is fixed to use an unsafe block for preparation to Rust 2024. * Documentation * Added SemVer violation list. * Improved compatibility policy. * Moved from `docs` to `_docs`.
1 parent 01e373f commit 6438584

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