Skip to content

Commit

Permalink
1.14.2
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Jan 10, 2025
1 parent 00ca30f commit 1b554ed
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
# CHANGELOG


## v1.14.2 (2025-01-10)

### Bug Fixes

- Copy rois to crop path to avoid removal
([`00ca30f`](https://github.com/mbari-org/sdcat/commit/00ca30f288d94ab6b6325101a1242ff4280ed9e1))

### Performance Improvements

- Remove only dark and blurry
([`1e0de1f`](https://github.com/mbari-org/sdcat/commit/1e0de1fff4b2039d9b6e9c0569e8332bfe4eb29e))


## v1.14.1 (2024-12-07)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "sdcat"
version = "1.14.1"
version = "1.14.2"
description = "Sliced Detection and Clustering Analysis Toolkit - Developed by MBARI"
authors = [
"Danelle Cline <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion sdcat/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# sdcat/__init__.py
__version__ = "1.14.1"
__version__ = "1.14.2"

0 comments on commit 1b554ed

Please sign in to comment.