Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
lene committed Jan 12, 2024
1 parent 3917143 commit bb5475f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# Changelog

## [0.10.6] - 2024-01-12
- re-enable for Python 3.12
- Python 3.12 compatibility
- bugfix: guard against OS failures when determining file type
- small memory optimization

## [0.10.5] - 2024-01-12
- `--exclude-dir` option to exclude directories from scanning
Expand Down
2 changes: 1 addition & 1 deletion duplicate_images/image_pair_finder.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def get_equal_groups(self) -> Results:

def log_scan_finished(self) -> None:
logging.info(
'%d hashes calculated in %.2fs',
'%d distinct hashes calculated in %.2fs',
len(self.precalculated_hashes), time() - self.scan_start_time
)

Expand Down

0 comments on commit bb5475f

Please sign in to comment.