diff --git a/.release-please.manifest.json b/.release-please.manifest.json index d0972da..099626f 100644 --- a/.release-please.manifest.json +++ b/.release-please.manifest.json @@ -1,3 +1,3 @@ { - ".": "1.7.1" + ".": "1.8.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index abb40e1..d488f77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [1.8.0](https://github.com/copick/copick-utils/compare/copick-utils-v1.7.1...copick-utils-v1.8.0) (2026-07-07) + + +### ✨ Features + +* Normalize run options across copick-utils CLI ([#75](https://github.com/copick/copick-utils/issues/75)) ([570e4c7](https://github.com/copick/copick-utils/commit/570e4c734cfab50d30705889dcc6af47ca1ca228)) + + +### 🐞 Bug Fixes + +* bump chanzuckerberg/github-actions from 6.26.3 to 6.29.4 ([#74](https://github.com/copick/copick-utils/issues/74)) ([eae782c](https://github.com/copick/copick-utils/commit/eae782c46ab841c87f1288cca1743d24e5bf1242)) +* Normalize more CLI flags. ([#77](https://github.com/copick/copick-utils/issues/77)) ([29b8876](https://github.com/copick/copick-utils/commit/29b8876f8d9e999ea8275d7435368b94d29ee4f5)) + ## [1.7.1](https://github.com/copick/copick-utils/compare/copick-utils-v1.7.0...copick-utils-v1.7.1) (2026-06-29) diff --git a/src/copick_utils/__init__.py b/src/copick_utils/__init__.py index 53a0915..d974457 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.7.1" +__version__ = "1.8.0"