Skip to content

Commit

Permalink
Bump to v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
takebayashi committed Jan 3, 2024
1 parent d4bea57 commit 92c5727
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.2.0] - 2024-01-03

### Added

- Difference hash (dHash) algorithm is implemented.

[0.2.0]: https://github.com/takebayashi/imagehash-rs/compare/v0.1.0...v0.2.0

## [0.1.0] - 2024-01-02

This is the first release.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "imagehash"
description = "image hashing library"
version = "0.1.0"
version = "0.2.0"
license = "Apache-2.0"
authors = ["Shun Takebayashi"]
edition = "2021"
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ The `imagehash` crate provides image hashing algorithms.
## Supported Algorithms

- Average Hash (aHash)
- Difference Hash (dHash)

## Usage

Expand Down

0 comments on commit 92c5727

Please sign in to comment.