Skip to content

Commit

Permalink
Release v0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
cincodenada committed Oct 22, 2024
1 parent f3d1bd2 commit 2f6418a
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Changelog

## [Unreleased]

## [0.2.4] - 2024-10-22

### Added

- Add initial unit and integration testing

### Fixed

- Fixed panics on images with small dimensions (#2, thanks @paulotten and
@str4d)
- Handle zero-length vectors in similarity function
- Fixed gridpoint misalignments
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "image-match"
version = "0.2.4-dev"
version = "0.2.4"
edition = "2021"
description = "Derives an image signature to be used in quick image comparisons"
license = "GPL-3.0"
Expand Down

0 comments on commit 2f6418a

Please sign in to comment.