From 1e097bb43ac1314ef2394f81def90b86f8bb0f47 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 18 Aug 2026 21:24:49 +0000 Subject: [PATCH] chore(v2.0): release copick-utils 2.0.0-alpha.1 --- .release-please.manifest.json | 2 +- CHANGELOG.md | 26 ++++++++++++++++++++++++++ src/copick_utils/__init__.py | 2 +- 3 files changed, 28 insertions(+), 2 deletions(-) diff --git a/.release-please.manifest.json b/.release-please.manifest.json index 099626f..4a263fa 100644 --- a/.release-please.manifest.json +++ b/.release-please.manifest.json @@ -1,3 +1,3 @@ { - ".": "1.8.0" + ".": "2.0.0-alpha.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d488f77..90cbbd1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,31 @@ # Changelog +## [2.0.0-alpha.1](https://github.com/copick/copick-utils/compare/copick-utils-v1.8.0...copick-utils-v2.0.0-alpha.1) (2026-08-18) + + +### โœจ Features + +* delegate feature persistence to copick ([#95](https://github.com/copick/copick-utils/issues/95)) ([71b8290](https://github.com/copick/copick-utils/commit/71b8290b9fcf53693feb09afe6cf31af9b435455)) +* resolve tomogram levels from OME metadata ([#93](https://github.com/copick/copick-utils/issues/93)) ([63e6273](https://github.com/copick/copick-utils/commit/63e6273aa7c310191f60ef3e722033112c108a6c)) + + +### ๐Ÿž Bug Fixes + +* bump actions/setup-python from 6 to 7 ([#80](https://github.com/copick/copick-utils/issues/80)) ([45aed3d](https://github.com/copick/copick-utils/commit/45aed3d50c63cae37e212402952546b2aa09450a)) +* bump chanzuckerberg/github-actions from 6.29.4 to 6.32.0 ([#82](https://github.com/copick/copick-utils/issues/82)) ([9e5da98](https://github.com/copick/copick-utils/commit/9e5da988c3dd9f803a752fb8143bc700fbce4f84)) + + +### ๐Ÿงช Tests + +* establish Zarr migration baseline ([#94](https://github.com/copick/copick-utils/issues/94)) ([d55fc36](https://github.com/copick/copick-utils/commit/d55fc362ae69a5c9c92cc3100005866e84e440bf)) +* verify delegated canonical writers ([#96](https://github.com/copick/copick-utils/issues/96)) ([0c9e5cd](https://github.com/copick/copick-utils/commit/0c9e5cd2ca90b03d20654042a8b6c5e0f79b2760)) + + +### โš™ Continuous Integration + +* configure v2 alpha releases ([0696b9b](https://github.com/copick/copick-utils/commit/0696b9b04cbeec14de4c49c59ef7e5224ae49ef0)) +* gate releases on validated artifacts ([#97](https://github.com/copick/copick-utils/issues/97)) ([ae873d3](https://github.com/copick/copick-utils/commit/ae873d3726118aa68811aa5f203dc2cfeed45102)) + ## [1.8.0](https://github.com/copick/copick-utils/compare/copick-utils-v1.7.1...copick-utils-v1.8.0) (2026-07-07) diff --git a/src/copick_utils/__init__.py b/src/copick_utils/__init__.py index d974457..4206fb3 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.8.0" +__version__ = "2.0.0-alpha.1"