diff --git a/.release-please.manifest.json b/.release-please.manifest.json index 96f1cd9..4c313f9 100644 --- a/.release-please.manifest.json +++ b/.release-please.manifest.json @@ -1,3 +1,3 @@ { - ".": "1.3.0" + ".": "1.4.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 46c89fa..767a801 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.4.0](https://github.com/copick/copick-utils/compare/copick-utils-v1.3.0...copick-utils-v1.4.0) (2026-02-27) + + +### ✨ Features + +* Expand functionality of clip*-utilities ([#48](https://github.com/copick/copick-utils/issues/48)) ([0e2ffb1](https://github.com/copick/copick-utils/commit/0e2ffb1f13eedb5d83c82d00f81660056dda8c5d)) + ## [1.3.0](https://github.com/copick/copick-utils/compare/copick-utils-v1.2.0...copick-utils-v1.3.0) (2026-02-13) diff --git a/src/copick_utils/__init__.py b/src/copick_utils/__init__.py index 2a8930a..482b1d7 100644 --- a/src/copick_utils/__init__.py +++ b/src/copick_utils/__init__.py @@ -1,4 +1,4 @@ # SPDX-FileCopyrightText: 2024-present Kyle Harrington # # SPDX-License-Identifier: MIT -__version__ = "1.3.0" +__version__ = "1.4.0"