Skip to content

Commit

Permalink
release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vthib committed Jul 1, 2024
1 parent af1b2b8 commit a5deb87
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.4.0] - 2024-07-02

### Added

- Added `fast` feature to improve speed of hashing algorithm, to the cost of an additional
64k table. See [#8](https://github.com/vthib/tlsh/pull/8).

### Changed

- Improved hashing algorithm performance. See [#8](https://github.com/vthib/tlsh/pull/8).

## [0.3.0] - 2023-07-30

### Added
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 = "tlsh2"
version = "0.3.0"
version = "0.4.0"
edition = "2021"
description = "A rust implementation of the TLSH algorithm"
repository = "https://github.com/vthib/tlsh"
Expand Down

0 comments on commit a5deb87

Please sign in to comment.