From 76acbd8ae053b7e69c147e8aaa3aadb65f95d1a9 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Wed, 4 Sep 2024 23:36:52 +0000 Subject: [PATCH] 0.4.3 Automatically generated by python-semantic-release --- CHANGELOG.md | 6 ++++++ src/imagecropper/__init__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 12a8912..c809c80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # CHANGELOG +## v0.4.3 (2024-09-04) + +### Fix + +* fix: correct continue on directory error ([`52105e3`](https://github.com/mbari-org/voc-cropper/commit/52105e3ba7436c1bce13c7c97555746b566efb03)) + ## v0.4.2 (2024-09-04) ### Documentation diff --git a/src/imagecropper/__init__.py b/src/imagecropper/__init__.py index b5e13da..115213e 100644 --- a/src/imagecropper/__init__.py +++ b/src/imagecropper/__init__.py @@ -1,2 +1,2 @@ #!/usr/bin/env python -__version__ = "0.4.2" \ No newline at end of file +__version__ = "0.4.3" \ No newline at end of file