Skip to content

Commit d572b98

Browse files
committed
Version 0.1.1
Because we know that changing the design needs bumping the major version, this release only contains documentation changes (mainly for clarification).
1 parent dae6a04 commit d572b98

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

fast-tlsh/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "fast-tlsh"
3-
version = "0.1.1-alpha.0"
3+
version = "0.1.1"
44
description = "Library to generate / parse / compare TLSH locality sensitive hashes"
55
authors = ["Tsukasa OI"]
66
keywords = ["tlsh", "hash", "security", "clustering"]

fast-tlsh/serde-tests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "fast-tlsh-serde-tests"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
license = "Apache-2.0 OR MIT"
55
edition = "2021"
66
rust-version = "1.70"

0 commit comments

Comments
 (0)